1
0
mirror of https://github.com/home-assistant/core.git synced 2026-03-01 14:25:31 +00:00
Files
core/tests/components/airobot/snapshots/test_climate.ambr
2026-01-14 14:34:52 +01:00

78 lines
1.9 KiB
Plaintext

# serializer version: 1
# name: test_climate_entities[climate.test_thermostat-entry]
EntityRegistryEntrySnapshot({
'aliases': set({
}),
'area_id': None,
'capabilities': dict({
'hvac_modes': list([
<HVACMode.HEAT: 'heat'>,
]),
'max_temp': 35.0,
'min_temp': 5.0,
'preset_modes': list([
'home',
'away',
'boost',
]),
}),
'config_entry_id': <ANY>,
'config_subentry_id': <ANY>,
'device_class': None,
'device_id': <ANY>,
'disabled_by': None,
'domain': 'climate',
'entity_category': None,
'entity_id': 'climate.test_thermostat',
'has_entity_name': True,
'hidden_by': None,
'icon': None,
'id': <ANY>,
'labels': set({
}),
'name': None,
'object_id_base': None,
'options': dict({
}),
'original_device_class': None,
'original_icon': None,
'original_name': None,
'platform': 'airobot',
'previous_unique_id': None,
'suggested_object_id': None,
'supported_features': <ClimateEntityFeature: 17>,
'translation_key': 'thermostat',
'unique_id': 'T01A1B2C3',
'unit_of_measurement': None,
})
# ---
# name: test_climate_entities[climate.test_thermostat-state]
StateSnapshot({
'attributes': ReadOnlyDict({
'current_humidity': 45.0,
'current_temperature': 22.0,
'friendly_name': 'Test Thermostat',
'hvac_action': <HVACAction.IDLE: 'idle'>,
'hvac_modes': list([
<HVACMode.HEAT: 'heat'>,
]),
'max_temp': 35.0,
'min_temp': 5.0,
'preset_mode': 'home',
'preset_modes': list([
'home',
'away',
'boost',
]),
'supported_features': <ClimateEntityFeature: 17>,
'temperature': 22.0,
}),
'context': <ANY>,
'entity_id': 'climate.test_thermostat',
'last_changed': <ANY>,
'last_reported': <ANY>,
'last_updated': <ANY>,
'state': 'off',
})
# ---