Home Assistant Unofficial Reference 2024.12.1
climate.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.switcher_kis.climate.SwitcherClimateEntity
 

Namespaces

 homeassistant.components.switcher_kis.climate
 

Functions

None homeassistant.components.switcher_kis.climate.async_setup_entry (HomeAssistant hass, SwitcherConfigEntry config_entry, AddEntitiesCallback async_add_entities)
 

Variables

dictionary homeassistant.components.switcher_kis.climate.DEVICE_FAN_TO_HA
 
dictionary homeassistant.components.switcher_kis.climate.DEVICE_MODE_TO_HA
 
dictionary homeassistant.components.switcher_kis.climate.HA_TO_DEVICE_FAN = {value: key for key, value in DEVICE_FAN_TO_HA.items()}
 
dictionary homeassistant.components.switcher_kis.climate.HA_TO_DEVICE_MODE = {value: key for key, value in DEVICE_MODE_TO_HA.items()}