1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-08 09:38:58 +01:00
Files
core/tests/components/vicare/snapshots/test_select.ambr
T
2026-03-17 11:09:20 +01:00

63 lines
1.6 KiB
Plaintext

# serializer version: 1
# name: test_all_entities[select.model0_dhw_operating_mode-entry]
EntityRegistryEntrySnapshot({
'aliases': list([
None,
]),
'area_id': None,
'capabilities': dict({
'options': list([
'efficient_with_min_comfort',
'efficient',
'off',
]),
}),
'config_entry_id': <ANY>,
'config_subentry_id': <ANY>,
'device_class': None,
'device_id': <ANY>,
'disabled_by': None,
'domain': 'select',
'entity_category': <EntityCategory.CONFIG: 'config'>,
'entity_id': 'select.model0_dhw_operating_mode',
'has_entity_name': True,
'hidden_by': None,
'icon': None,
'id': <ANY>,
'labels': set({
}),
'name': None,
'object_id_base': 'DHW operating mode',
'options': dict({
}),
'original_device_class': None,
'original_icon': None,
'original_name': 'DHW operating mode',
'platform': 'vicare',
'previous_unique_id': None,
'suggested_object_id': None,
'supported_features': 0,
'translation_key': 'dhw_operating_mode',
'unique_id': 'gateway0_deviceSerialVitocal250A-dhw_operating_mode',
'unit_of_measurement': None,
})
# ---
# name: test_all_entities[select.model0_dhw_operating_mode-state]
StateSnapshot({
'attributes': ReadOnlyDict({
'friendly_name': 'model0 DHW operating mode',
'options': list([
'efficient_with_min_comfort',
'efficient',
'off',
]),
}),
'context': <ANY>,
'entity_id': 'select.model0_dhw_operating_mode',
'last_changed': <ANY>,
'last_reported': <ANY>,
'last_updated': <ANY>,
'state': 'efficient',
})
# ---