1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-08 17:49:37 +01:00
Files
core/tests/components/template/snapshots/test_select.ambr
T

20 lines
405 B
Plaintext

# serializer version: 1
# name: test_setup_config_entry
StateSnapshot({
'attributes': ReadOnlyDict({
'friendly_name': 'My template',
'options': list([
'off',
'on',
'auto',
]),
}),
'context': <ANY>,
'entity_id': 'select.my_template',
'last_changed': <ANY>,
'last_reported': <ANY>,
'last_updated': <ANY>,
'state': 'on',
})
# ---