1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-29 13:13:46 +01:00
Files
core/tests/components/aosmith/snapshots/test_select.ambr

63 lines
1.6 KiB
Plaintext

# serializer version: 1
# name: test_state[True][select.my_water_heater_hot_water_plus_level-entry]
EntityRegistryEntrySnapshot({
'aliases': set({
}),
'area_id': None,
'capabilities': dict({
'options': list([
'off',
'level1',
'level2',
'level3',
]),
}),
'config_entry_id': <ANY>,
'config_subentry_id': <ANY>,
'device_class': None,
'device_id': <ANY>,
'disabled_by': None,
'domain': 'select',
'entity_category': None,
'entity_id': 'select.my_water_heater_hot_water_plus_level',
'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': 'Hot Water+ level',
'platform': 'aosmith',
'previous_unique_id': None,
'suggested_object_id': None,
'supported_features': 0,
'translation_key': 'hot_water_plus_level',
'unique_id': 'hot_water_plus_level_junctionId',
'unit_of_measurement': None,
})
# ---
# name: test_state[True][select.my_water_heater_hot_water_plus_level-state]
StateSnapshot({
'attributes': ReadOnlyDict({
'friendly_name': 'My water heater Hot Water+ level',
'options': list([
'off',
'level1',
'level2',
'level3',
]),
}),
'context': <ANY>,
'entity_id': 'select.my_water_heater_hot_water_plus_level',
'last_changed': <ANY>,
'last_reported': <ANY>,
'last_updated': <ANY>,
'state': 'level1',
})
# ---