mirror of https://github.com/home-assistant/core
61 lines
1.5 KiB
Plaintext
61 lines
1.5 KiB
Plaintext
# serializer version: 1
|
|
# name: test_all_entities[select.1p7k_500006_load_balancing_mode-entry]
|
|
EntityRegistryEntrySnapshot({
|
|
'aliases': set({
|
|
}),
|
|
'area_id': None,
|
|
'capabilities': dict({
|
|
'options': list([
|
|
'disabled',
|
|
'power',
|
|
'hybrid',
|
|
'green',
|
|
]),
|
|
}),
|
|
'config_entry_id': <ANY>,
|
|
'device_class': None,
|
|
'device_id': <ANY>,
|
|
'disabled_by': None,
|
|
'domain': 'select',
|
|
'entity_category': <EntityCategory.CONFIG: 'config'>,
|
|
'entity_id': 'select.1p7k_500006_load_balancing_mode',
|
|
'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': 'Load balancing mode',
|
|
'platform': 'lektrico',
|
|
'previous_unique_id': None,
|
|
'supported_features': 0,
|
|
'translation_key': 'load_balancing_mode',
|
|
'unique_id': '500006_load_balancing_mode',
|
|
'unit_of_measurement': None,
|
|
})
|
|
# ---
|
|
# name: test_all_entities[select.1p7k_500006_load_balancing_mode-state]
|
|
StateSnapshot({
|
|
'attributes': ReadOnlyDict({
|
|
'friendly_name': '1p7k_500006 Load balancing mode',
|
|
'options': list([
|
|
'disabled',
|
|
'power',
|
|
'hybrid',
|
|
'green',
|
|
]),
|
|
}),
|
|
'context': <ANY>,
|
|
'entity_id': 'select.1p7k_500006_load_balancing_mode',
|
|
'last_changed': <ANY>,
|
|
'last_reported': <ANY>,
|
|
'last_updated': <ANY>,
|
|
'state': 'disabled',
|
|
})
|
|
# ---
|