Home Assistant Unofficial Reference 2024.12.1
climate.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.honeywell.climate.HoneywellUSThermostat
 

Namespaces

 homeassistant.components.honeywell.climate
 

Functions

None homeassistant.components.honeywell.climate._async_migrate_unique_id (HomeAssistant hass, dict[str, SomeComfortDevice] devices)
 
None homeassistant.components.honeywell.climate.async_setup_entry (HomeAssistant hass, ConfigEntry entry, AddEntitiesCallback async_add_entities)
 
None homeassistant.components.honeywell.climate.remove_stale_devices (HomeAssistant hass, ConfigEntry config_entry, dict[str, SomeComfortDevice] devices)
 

Variables

string homeassistant.components.honeywell.climate.ATTR_FAN_ACTION = "fan_action"
 
string homeassistant.components.honeywell.climate.ATTR_PERMANENT_HOLD = "permanent_hold"
 
dictionary homeassistant.components.honeywell.climate.COOLING_MODES = {"cool", "auto"}
 
dictionary homeassistant.components.honeywell.climate.FAN_MODE_TO_HW
 
dictionary homeassistant.components.honeywell.climate.HEATING_MODES = {"heat", "emheat", "auto"}
 
dictionary homeassistant.components.honeywell.climate.HVAC_MODE_TO_HW_MODE
 
dictionary homeassistant.components.honeywell.climate.HW_FAN_MODE_TO_HA
 
dictionary homeassistant.components.honeywell.climate.HW_MODE_TO_HA_HVAC_ACTION
 
dictionary homeassistant.components.honeywell.climate.HW_MODE_TO_HVAC_MODE
 
dictionary homeassistant.components.honeywell.climate.MODE_HOLD = {MODE_PERMANENT_HOLD, MODE_TEMPORARY_HOLD}
 
int homeassistant.components.honeywell.climate.MODE_PERMANENT_HOLD = 2
 
int homeassistant.components.honeywell.climate.MODE_TEMPORARY_HOLD = 1
 
string homeassistant.components.honeywell.climate.PRESET_HOLD = "hold"
 
 homeassistant.components.honeywell.climate.SCAN_INTERVAL = datetime.timedelta(seconds=30)