1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-01 22:23:08 +01:00
Files
core/tests/components/ohme/snapshots/test_diagnostics.ambr
2025-03-18 09:31:08 +01:00

17 lines
318 B
Plaintext

# serializer version: 1
# name: test_diagnostics
dict({
'cap_available': True,
'ct_connected': True,
'device_info': dict({
'model': 'Home Pro',
'name': 'Ohme Home Pro',
'sw_version': 'v2.65',
}),
'vehicles': list([
'Nissan Leaf',
'Tesla Model 3',
]),
})
# ---