mirror of https://github.com/home-assistant/core
48 lines
1.2 KiB
Plaintext
48 lines
1.2 KiB
Plaintext
# serializer version: 1
|
|
# name: test_scenes[group_payload0-expected0][scene.light_group_scene-entry]
|
|
EntityRegistryEntrySnapshot({
|
|
'aliases': set({
|
|
}),
|
|
'area_id': None,
|
|
'capabilities': None,
|
|
'config_entry_id': <ANY>,
|
|
'device_class': None,
|
|
'device_id': <ANY>,
|
|
'disabled_by': None,
|
|
'domain': 'scene',
|
|
'entity_category': None,
|
|
'entity_id': 'scene.light_group_scene',
|
|
'has_entity_name': True,
|
|
'hidden_by': None,
|
|
'icon': None,
|
|
'id': <ANY>,
|
|
'labels': set({
|
|
}),
|
|
'name': None,
|
|
'options': dict({
|
|
}),
|
|
'original_device_class': None,
|
|
'original_icon': None,
|
|
'original_name': 'Scene',
|
|
'platform': 'deconz',
|
|
'previous_unique_id': None,
|
|
'supported_features': 0,
|
|
'translation_key': None,
|
|
'unique_id': '01234E56789A/groups/1/scenes/1',
|
|
'unit_of_measurement': None,
|
|
})
|
|
# ---
|
|
# name: test_scenes[group_payload0-expected0][scene.light_group_scene-state]
|
|
StateSnapshot({
|
|
'attributes': ReadOnlyDict({
|
|
'friendly_name': 'Light group Scene',
|
|
}),
|
|
'context': <ANY>,
|
|
'entity_id': 'scene.light_group_scene',
|
|
'last_changed': <ANY>,
|
|
'last_reported': <ANY>,
|
|
'last_updated': <ANY>,
|
|
'state': 'unknown',
|
|
})
|
|
# ---
|