# serializer version: 1 # name: test_select_entities[select.12345_freeze_protection_temperature-entry] EntityRegistryEntrySnapshot({ 'aliases': set({ }), 'area_id': None, 'capabilities': dict({ 'options': list([ '0°C', '2°C', '5°C', '10°C', ]), }), 'config_entry_id': , 'config_subentry_id': , 'device_class': None, 'device_id': , 'disabled_by': None, 'domain': 'select', 'entity_category': , 'entity_id': 'select.12345_freeze_protection_temperature', 'has_entity_name': True, 'hidden_by': None, 'icon': None, 'id': , 'labels': set({ }), 'name': None, 'options': dict({ }), 'original_device_class': None, 'original_icon': None, 'original_name': 'Freeze protection temperature', 'platform': 'rainmachine', 'previous_unique_id': None, 'supported_features': 0, 'translation_key': 'freeze_protection_temperature', 'unique_id': 'aa:bb:cc:dd:ee:ff_freeze_protection_temperature', 'unit_of_measurement': None, }) # --- # name: test_select_entities[select.12345_freeze_protection_temperature-state] StateSnapshot({ 'attributes': ReadOnlyDict({ 'friendly_name': '12345 Freeze protection temperature', 'options': list([ '0°C', '2°C', '5°C', '10°C', ]), }), 'context': , 'entity_id': 'select.12345_freeze_protection_temperature', 'last_changed': , 'last_reported': , 'last_updated': , 'state': '2°C', }) # ---