# serializer version: 1 # name: test_all_sensor_entities[climate.intellifire_thermostat-entry] EntityRegistryEntrySnapshot({ 'aliases': set({ }), 'area_id': None, 'capabilities': dict({ 'hvac_modes': list([ , , ]), 'max_temp': 37, 'min_temp': 0, 'target_temp_step': 1.0, }), 'config_entry_id': , 'device_class': None, 'device_id': , 'disabled_by': None, 'domain': 'climate', 'entity_category': None, 'entity_id': 'climate.intellifire_thermostat', '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': 'Thermostat', 'platform': 'intellifire', 'previous_unique_id': None, 'supported_features': , 'translation_key': None, 'unique_id': 'climate_mock_serial', 'unit_of_measurement': None, }) # --- # name: test_all_sensor_entities[climate.intellifire_thermostat-state] StateSnapshot({ 'attributes': ReadOnlyDict({ 'attribution': 'Data provided by unpublished Intellifire API', 'current_temperature': 17.0, 'friendly_name': 'IntelliFire Thermostat', 'hvac_modes': list([ , , ]), 'max_temp': 37, 'min_temp': 0, 'supported_features': , 'target_temp_step': 1.0, 'temperature': 0.0, }), 'context': , 'entity_id': 'climate.intellifire_thermostat', 'last_changed': , 'last_reported': , 'last_updated': , 'state': 'off', }) # ---