mirror of
https://github.com/home-assistant/core.git
synced 2026-08-28 10:16:02 -05:00
19 lines
622 B
Plaintext
19 lines
622 B
Plaintext
# serializer version: 1
|
|
# name: test_setup_config_entry
|
|
StateSnapshot({
|
|
'attributes': ReadOnlyDict({
|
|
<EntityStateAttribute.FRIENDLY_NAME: 'friendly_name'>: 'My template',
|
|
<NumberEntityCapabilityAttribute.MAX: 'max'>: 100.0,
|
|
<NumberEntityCapabilityAttribute.MIN: 'min'>: 0.0,
|
|
<NumberEntityCapabilityAttribute.MODE: 'mode'>: <NumberMode.AUTO: 'auto'>,
|
|
<NumberEntityCapabilityAttribute.STEP: 'step'>: 0.1,
|
|
}),
|
|
'context': <ANY>,
|
|
'entity_id': 'number.my_template',
|
|
'last_changed': <ANY>,
|
|
'last_reported': <ANY>,
|
|
'last_updated': <ANY>,
|
|
'state': '10.0',
|
|
})
|
|
# ---
|