16 lines
380 B
Plaintext
16 lines
380 B
Plaintext
# serializer version: 1
|
|
# name: test_setup_config_entry
|
|
StateSnapshot({
|
|
'attributes': ReadOnlyDict({
|
|
'friendly_name': 'My template',
|
|
'supported_features': <LockEntityFeature: 0>,
|
|
}),
|
|
'context': <ANY>,
|
|
'entity_id': 'lock.my_template',
|
|
'last_changed': <ANY>,
|
|
'last_reported': <ANY>,
|
|
'last_updated': <ANY>,
|
|
'state': 'locked',
|
|
})
|
|
# ---
|