1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-27 13:25:35 +00:00
Files
core/tests/components/zimi/snapshots/test_switch.ambr
2025-08-04 20:41:05 +02:00

15 lines
367 B
Plaintext

# serializer version: 1
# name: test_switch_entity
StateSnapshot({
'attributes': ReadOnlyDict({
'friendly_name': 'Switch Controller Test Entity Name',
}),
'context': <ANY>,
'entity_id': 'switch.switch_controller_test_entity_name',
'last_changed': <ANY>,
'last_reported': <ANY>,
'last_updated': <ANY>,
'state': 'on',
})
# ---