mirror of
https://github.com/home-assistant/core.git
synced 2026-05-08 17:49:37 +01:00
b518729367
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
34 lines
798 B
Plaintext
34 lines
798 B
Plaintext
# serializer version: 1
|
|
# name: test_diagnostics
|
|
dict({
|
|
'0': dict({
|
|
'battery_level': 70,
|
|
'door_state': 0,
|
|
'duration_pullspring': 2,
|
|
'id': '**REDACTED**',
|
|
'is_charging': False,
|
|
'is_connected': True,
|
|
'is_enabled_auto_pullspring': False,
|
|
'is_enabled_pullspring': True,
|
|
'name': 'Lock-1A2B',
|
|
'state': 2,
|
|
'state_change_result': 0,
|
|
'type': 2,
|
|
}),
|
|
'1': dict({
|
|
'battery_level': 70,
|
|
'door_state': 2,
|
|
'duration_pullspring': 0,
|
|
'id': '**REDACTED**',
|
|
'is_charging': False,
|
|
'is_connected': True,
|
|
'is_enabled_auto_pullspring': False,
|
|
'is_enabled_pullspring': False,
|
|
'name': 'Lock-2C3D',
|
|
'state': 2,
|
|
'state_change_result': 0,
|
|
'type': 4,
|
|
}),
|
|
})
|
|
# ---
|