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