mirror of
https://github.com/home-assistant/core.git
synced 2026-08-28 02:24:46 -05:00
28 lines
727 B
Plaintext
28 lines
727 B
Plaintext
# serializer version: 1
|
|
# name: test_setup_config_entry[state]
|
|
StateSnapshot({
|
|
'attributes': ReadOnlyDict({
|
|
<EntityStateAttribute.FRIENDLY_NAME: 'friendly_name'>: 'My template',
|
|
}),
|
|
'context': <ANY>,
|
|
'entity_id': 'switch.my_template',
|
|
'last_changed': <ANY>,
|
|
'last_reported': <ANY>,
|
|
'last_updated': <ANY>,
|
|
'state': 'on',
|
|
})
|
|
# ---
|
|
# name: test_setup_config_entry[value_template]
|
|
StateSnapshot({
|
|
'attributes': ReadOnlyDict({
|
|
<EntityStateAttribute.FRIENDLY_NAME: 'friendly_name'>: 'My template',
|
|
}),
|
|
'context': <ANY>,
|
|
'entity_id': 'switch.my_template',
|
|
'last_changed': <ANY>,
|
|
'last_reported': <ANY>,
|
|
'last_updated': <ANY>,
|
|
'state': 'on',
|
|
})
|
|
# ---
|