1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-23 19:37:12 +00:00
Files
core/tests/components/template/snapshots/test_event.ambr
Petro31 8fbf6dbd0b Add event platform to templates (#145408)
Co-authored-by: Norbert Rittel <norbert@rittel.de>
2025-08-25 07:50:22 +02:00

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',
})
# ---