mirror of https://github.com/home-assistant/core
20 lines
408 B
Plaintext
20 lines
408 B
Plaintext
# serializer version: 1
|
|
# name: test_setup_config_entry
|
|
StateSnapshot({
|
|
'attributes': ReadOnlyDict({
|
|
'friendly_name': 'My template',
|
|
'options': Wrapper([
|
|
'off',
|
|
'on',
|
|
'auto',
|
|
]),
|
|
}),
|
|
'context': <ANY>,
|
|
'entity_id': 'select.my_template',
|
|
'last_changed': <ANY>,
|
|
'last_reported': <ANY>,
|
|
'last_updated': <ANY>,
|
|
'state': 'on',
|
|
})
|
|
# ---
|