mirror of
https://github.com/home-assistant/core.git
synced 2026-04-29 21:21:46 +01:00
16 lines
388 B
Plaintext
16 lines
388 B
Plaintext
# serializer version: 1
|
|
# name: test_setup_config_entry
|
|
StateSnapshot({
|
|
'attributes': ReadOnlyDict({
|
|
'friendly_name': 'My template',
|
|
'supported_features': <VacuumEntityFeature: 12288>,
|
|
}),
|
|
'context': <ANY>,
|
|
'entity_id': 'vacuum.my_template',
|
|
'last_changed': <ANY>,
|
|
'last_reported': <ANY>,
|
|
'last_updated': <ANY>,
|
|
'state': 'docked',
|
|
})
|
|
# ---
|