1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-08 17:49:37 +01:00
Files
core/tests/components/tedee/snapshots/test_diagnostics.ambr
T
Josef Zweck b518729367 Bump aiotedee to 0.3.0 (#166321)
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
2026-03-24 15:23:48 +01:00

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,
}),
})
# ---