mirror of
https://github.com/home-assistant/core.git
synced 2026-02-21 10:27:52 +00:00
75 lines
2.1 KiB
Plaintext
75 lines
2.1 KiB
Plaintext
# serializer version: 1
|
|
# name: test_climate_entities[climate.test_controller_residential_thermostat_v2-entry]
|
|
EntityRegistryEntrySnapshot({
|
|
'aliases': set({
|
|
}),
|
|
'area_id': None,
|
|
'capabilities': dict({
|
|
'hvac_modes': list([
|
|
<HVACMode.OFF: 'off'>,
|
|
<HVACMode.HEAT: 'heat'>,
|
|
<HVACMode.COOL: 'cool'>,
|
|
<HVACMode.HEAT_COOL: 'heat_cool'>,
|
|
]),
|
|
'max_temp': 95,
|
|
'min_temp': 45,
|
|
}),
|
|
'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_controller_residential_thermostat_v2',
|
|
'has_entity_name': True,
|
|
'hidden_by': None,
|
|
'icon': None,
|
|
'id': <ANY>,
|
|
'labels': set({
|
|
}),
|
|
'name': None,
|
|
'object_id_base': 'Residential Thermostat V2',
|
|
'options': dict({
|
|
}),
|
|
'original_device_class': None,
|
|
'original_icon': None,
|
|
'original_name': 'Residential Thermostat V2',
|
|
'platform': 'control4',
|
|
'previous_unique_id': None,
|
|
'suggested_object_id': None,
|
|
'supported_features': <ClimateEntityFeature: 387>,
|
|
'translation_key': None,
|
|
'unique_id': '123',
|
|
'unit_of_measurement': None,
|
|
})
|
|
# ---
|
|
# name: test_climate_entities[climate.test_controller_residential_thermostat_v2-state]
|
|
StateSnapshot({
|
|
'attributes': ReadOnlyDict({
|
|
'current_humidity': 45,
|
|
'current_temperature': 72,
|
|
'friendly_name': 'Test Controller Residential Thermostat V2',
|
|
'hvac_action': <HVACAction.OFF: 'off'>,
|
|
'hvac_modes': list([
|
|
<HVACMode.OFF: 'off'>,
|
|
<HVACMode.HEAT: 'heat'>,
|
|
<HVACMode.COOL: 'cool'>,
|
|
<HVACMode.HEAT_COOL: 'heat_cool'>,
|
|
]),
|
|
'max_temp': 95,
|
|
'min_temp': 45,
|
|
'supported_features': <ClimateEntityFeature: 387>,
|
|
'target_temp_high': None,
|
|
'target_temp_low': None,
|
|
'temperature': 68,
|
|
}),
|
|
'context': <ANY>,
|
|
'entity_id': 'climate.test_controller_residential_thermostat_v2',
|
|
'last_changed': <ANY>,
|
|
'last_reported': <ANY>,
|
|
'last_updated': <ANY>,
|
|
'state': 'heat',
|
|
})
|
|
# ---
|