mirror of https://github.com/home-assistant/core
17 lines
346 B
Plaintext
17 lines
346 B
Plaintext
# serializer version: 1
|
|
# name: test_diagnostics
|
|
dict({
|
|
'device_state': dict({
|
|
'auto_off_time': 0,
|
|
'battery_level': 42,
|
|
'beeps': True,
|
|
'units': 'ounces',
|
|
}),
|
|
'last_disconnect_time': '1732181388.1895587',
|
|
'mac': 'aa:bb:cc:dd:ee:ff',
|
|
'model': 'Lunar',
|
|
'timer': 23,
|
|
'weight': 123.45,
|
|
})
|
|
# ---
|