Home Assistant Unofficial Reference 2024.12.1
climate.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.nexia.climate.NexiaZone
 

Namespaces

 homeassistant.components.nexia.climate
 

Functions

None homeassistant.components.nexia.climate.async_setup_entry (HomeAssistant hass, NexiaConfigEntry config_entry, AddEntitiesCallback async_add_entities)
 

Variables

dictionary homeassistant.components.nexia.climate.HA_TO_NEXIA_HVAC_MODE_MAP
 
list homeassistant.components.nexia.climate.HVAC_MODES
 
tuple homeassistant.components.nexia.climate.NEXIA_SUPPORTED
 
dictionary homeassistant.components.nexia.climate.NEXIA_TO_HA_HVAC_MODE_MAP
 
int homeassistant.components.nexia.climate.PARALLEL_UPDATES = 1
 
string homeassistant.components.nexia.climate.SERVICE_SET_AIRCLEANER_MODE = "set_aircleaner_mode"
 
string homeassistant.components.nexia.climate.SERVICE_SET_HUMIDIFY_SETPOINT = "set_humidify_setpoint"
 
string homeassistant.components.nexia.climate.SERVICE_SET_HVAC_RUN_MODE = "set_hvac_run_mode"
 
 homeassistant.components.nexia.climate.SET_HVAC_RUN_MODE_SCHEMA
 
 homeassistant.components.nexia.climate.VolDictType