mirror of
https://github.com/home-assistant/core.git
synced 2026-04-29 21:21:46 +01:00
18 lines
483 B
Plaintext
18 lines
483 B
Plaintext
# serializer version: 1
|
|
# name: test_cover_entity
|
|
StateSnapshot({
|
|
'attributes': ReadOnlyDict({
|
|
'current_position': 0,
|
|
'device_class': 'garage',
|
|
'friendly_name': 'Cover Controller Test Entity Name',
|
|
'supported_features': <CoverEntityFeature: 15>,
|
|
}),
|
|
'context': <ANY>,
|
|
'entity_id': 'cover.cover_controller_test_entity_name',
|
|
'last_changed': <ANY>,
|
|
'last_reported': <ANY>,
|
|
'last_updated': <ANY>,
|
|
'state': 'opening',
|
|
})
|
|
# ---
|