mirror of
https://github.com/home-assistant/core.git
synced 2026-08-28 02:24:46 -05:00
16 lines
292 B
Plaintext
16 lines
292 B
Plaintext
# serializer version: 1
|
|
# name: test_diagnostics
|
|
dict({
|
|
'cap_available': True,
|
|
'device_info': dict({
|
|
'model': 'Home Pro',
|
|
'name': 'Ohme Home Pro',
|
|
'sw_version': 'v2.65',
|
|
}),
|
|
'vehicles': list([
|
|
'Nissan Leaf',
|
|
'Tesla Model 3',
|
|
]),
|
|
})
|
|
# ---
|