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_selects[yna5x1-entity_ids0][select.ozmo_950_water_flow_level:entity-registry]
|
|
EntityRegistryEntrySnapshot({
|
|
'aliases': set({
|
|
}),
|
|
'area_id': None,
|
|
'capabilities': dict({
|
|
'options': list([
|
|
'low',
|
|
'medium',
|
|
'high',
|
|
'ultrahigh',
|
|
]),
|
|
}),
|
|
'config_entry_id': <ANY>,
|
|
'device_class': None,
|
|
'device_id': <ANY>,
|
|
'disabled_by': None,
|
|
'domain': 'select',
|
|
'entity_category': <EntityCategory.CONFIG: 'config'>,
|
|
'entity_id': 'select.ozmo_950_water_flow_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': 'Water flow level',
|
|
'platform': 'ecovacs',
|
|
'previous_unique_id': None,
|
|
'supported_features': 0,
|
|
'translation_key': 'water_amount',
|
|
'unique_id': 'E1234567890000000001_water_amount',
|
|
'unit_of_measurement': None,
|
|
})
|
|
# ---
|
|
# name: test_selects[yna5x1-entity_ids0][select.ozmo_950_water_flow_level:state]
|
|
StateSnapshot({
|
|
'attributes': ReadOnlyDict({
|
|
'friendly_name': 'Ozmo 950 Water flow level',
|
|
'options': list([
|
|
'low',
|
|
'medium',
|
|
'high',
|
|
'ultrahigh',
|
|
]),
|
|
}),
|
|
'context': <ANY>,
|
|
'entity_id': 'select.ozmo_950_water_flow_level',
|
|
'last_changed': <ANY>,
|
|
'last_reported': <ANY>,
|
|
'last_updated': <ANY>,
|
|
'state': 'ultrahigh',
|
|
})
|
|
# ---
|