# serializer version: 1 # name: test_entity_states list([ StateSnapshot({ 'attributes': ReadOnlyDict({ 'current_temperature': 25, 'fan_mode': 'auto', 'fan_modes': list([ 'auto', 'low', 'medium low', 'medium', 'medium high', 'high', ]), 'friendly_name': 'fake-device-1', 'hvac_modes': list([ , , , , , , ]), 'max_temp': 30, 'min_temp': 8, 'preset_mode': 'none', 'preset_modes': list([ 'eco', 'away', 'boost', 'none', 'sleep', ]), 'supported_features': , 'swing_mode': 'off', 'swing_modes': list([ 'off', 'vertical', 'horizontal', 'both', ]), 'target_temp_step': 1, 'temperature': 25, }), 'context': , 'entity_id': 'climate.fake_device_1', 'last_changed': , 'last_updated': , 'state': 'off', }), ]) # --- # name: test_registry_settings list([ EntityRegistryEntrySnapshot({ 'aliases': set({ }), 'area_id': None, 'capabilities': dict({ 'fan_modes': list([ 'auto', 'low', 'medium low', 'medium', 'medium high', 'high', ]), 'hvac_modes': list([ , , , , , , ]), 'max_temp': 30, 'min_temp': 8, 'preset_modes': list([ 'eco', 'away', 'boost', 'none', 'sleep', ]), 'swing_modes': list([ 'off', 'vertical', 'horizontal', 'both', ]), 'target_temp_step': 1, }), 'config_entry_id': , 'device_class': None, 'device_id': , 'disabled_by': None, 'domain': 'climate', 'entity_category': None, 'entity_id': 'climate.fake_device_1', 'has_entity_name': False, 'hidden_by': None, 'icon': None, 'id': , 'name': None, 'options': dict({ }), 'original_device_class': None, 'original_icon': None, 'original_name': 'fake-device-1', 'platform': 'gree', 'supported_features': , 'translation_key': None, 'unique_id': 'aabbcc112233', 'unit_of_measurement': None, }), ]) # ---