mirror of
https://github.com/home-assistant/core.git
synced 2026-02-23 19:37:12 +00:00
21 lines
478 B
Plaintext
21 lines
478 B
Plaintext
# serializer version: 1
|
|
# name: test_setup_config_entry
|
|
StateSnapshot({
|
|
'attributes': ReadOnlyDict({
|
|
'event_type': 'single',
|
|
'event_types': list([
|
|
'single',
|
|
'double',
|
|
'hold',
|
|
]),
|
|
'friendly_name': 'template_event',
|
|
}),
|
|
'context': <ANY>,
|
|
'entity_id': 'event.template_event',
|
|
'last_changed': <ANY>,
|
|
'last_reported': <ANY>,
|
|
'last_updated': <ANY>,
|
|
'state': '2024-07-09T00:00:00.000+00:00',
|
|
})
|
|
# ---
|