hass-core/tests/components/tedee/snapshots/test_diagnostics.ambr
Josef Zweck 97a5f0b2af
Add diagnostics for tedee (#106662)
* add diagnostics

* don't redact lock name

* Update test_diagnostics.py

Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>

---------

Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
2024-01-02 10:34:02 +01:00

29 lines
689 B
Text

# serializer version: 1
# name: test_diagnostics
dict({
'0': dict({
'battery_level': 70,
'duration_pullspring': 2,
'is_charging': False,
'is_connected': True,
'is_enabled_pullspring': 1,
'lock_id': '**REDACTED**',
'lock_name': 'Lock-1A2B',
'lock_type': 2,
'state': 2,
'state_change_result': 0,
}),
'1': dict({
'battery_level': 70,
'duration_pullspring': 0,
'is_charging': False,
'is_connected': True,
'is_enabled_pullspring': 0,
'lock_id': '**REDACTED**',
'lock_name': 'Lock-2C3D',
'lock_type': 4,
'state': 2,
'state_change_result': 0,
}),
})
# ---