Home Assistant Unofficial Reference 2024.12.1
climate.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.homekit_controller.climate.HomeKitBaseClimateEntity
 
class  homeassistant.components.homekit_controller.climate.HomeKitClimateEntity
 
class  homeassistant.components.homekit_controller.climate.HomeKitHeaterCoolerEntity
 

Namespaces

 homeassistant.components.homekit_controller.climate
 

Functions

None homeassistant.components.homekit_controller.climate.async_setup_entry (HomeAssistant hass, ConfigEntry config_entry, AddEntitiesCallback async_add_entities)
 

Variables

 homeassistant.components.homekit_controller.climate._LOGGER = logging.getLogger(__name__)
 
dictionary homeassistant.components.homekit_controller.climate.CURRENT_HEATER_COOLER_STATE_HOMEKIT_TO_HASS
 
dictionary homeassistant.components.homekit_controller.climate.CURRENT_MODE_HOMEKIT_TO_HASS
 
dictionary homeassistant.components.homekit_controller.climate.ENTITY_TYPES
 
 homeassistant.components.homekit_controller.climate.Final
 
dictionary homeassistant.components.homekit_controller.climate.HASS_FAN_MODE_TO_HOMEKIT_ROTATION
 
dictionary homeassistant.components.homekit_controller.climate.MODE_HASS_TO_HOMEKIT = {v: k for k, v in MODE_HOMEKIT_TO_HASS.items()}
 
dictionary homeassistant.components.homekit_controller.climate.MODE_HOMEKIT_TO_HASS
 
int homeassistant.components.homekit_controller.climate.ROTATION_SPEED_HIGH = 100
 
int homeassistant.components.homekit_controller.climate.ROTATION_SPEED_LOW = 33
 
int homeassistant.components.homekit_controller.climate.ROTATION_SPEED_MEDIUM = 66
 
dictionary homeassistant.components.homekit_controller.climate.SWING_MODE_HASS_TO_HOMEKIT = {v: k for k, v in SWING_MODE_HOMEKIT_TO_HASS.items()}
 
dictionary homeassistant.components.homekit_controller.climate.SWING_MODE_HOMEKIT_TO_HASS
 
dictionary homeassistant.components.homekit_controller.climate.TARGET_HEATER_COOLER_STATE_HASS_TO_HOMEKIT
 
dictionary homeassistant.components.homekit_controller.climate.TARGET_HEATER_COOLER_STATE_HOMEKIT_TO_HASS