Home Assistant Unofficial Reference 2024.12.1
climate.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.knx.climate.KNXClimate
 

Namespaces

 homeassistant.components.knx.climate
 

Functions

XknxClimate homeassistant.components.knx.climate._create_climate (XKNX xknx, ConfigType config)
 
None homeassistant.components.knx.climate.async_setup_entry (HomeAssistant hass, config_entries.ConfigEntry config_entry, AddEntitiesCallback async_add_entities)
 

Variables

string homeassistant.components.knx.climate.ATTR_COMMAND_VALUE = "command_value"
 
dictionary homeassistant.components.knx.climate.CONTROLLER_MODES_INV = {value: key for key, value in CONTROLLER_MODES.items()}