mirror of
https://github.com/home-assistant/core.git
synced 2026-02-27 13:25:35 +00:00
15 lines
367 B
Plaintext
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',
|
|
})
|
|
# ---
|