Home Assistant Unofficial Reference 2024.12.1
climate.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.stiebel_eltron.climate.StiebelEltron
 

Namespaces

 homeassistant.components.stiebel_eltron.climate
 

Functions

None homeassistant.components.stiebel_eltron.climate.setup_platform (HomeAssistant hass, ConfigType config, AddEntitiesCallback add_entities, DiscoveryInfoType|None discovery_info=None)
 

Variables

 homeassistant.components.stiebel_eltron.climate._LOGGER = logging.getLogger(__name__)
 
list homeassistant.components.stiebel_eltron.climate.DEPENDENCIES = ["stiebel_eltron"]
 
dictionary homeassistant.components.stiebel_eltron.climate.HA_TO_STE_HVAC
 
dictionary homeassistant.components.stiebel_eltron.climate.HA_TO_STE_PRESET = {k: i for i, k in STE_TO_HA_PRESET.items()}
 
string homeassistant.components.stiebel_eltron.climate.PRESET_DAY = "day"
 
string homeassistant.components.stiebel_eltron.climate.PRESET_EMERGENCY = "emergency"
 
string homeassistant.components.stiebel_eltron.climate.PRESET_SETBACK = "setback"
 
dictionary homeassistant.components.stiebel_eltron.climate.STE_TO_HA_HVAC
 
dictionary homeassistant.components.stiebel_eltron.climate.STE_TO_HA_PRESET
 
list homeassistant.components.stiebel_eltron.climate.SUPPORT_HVAC = [HVACMode.AUTO, HVACMode.HEAT, HVACMode.OFF]
 
list homeassistant.components.stiebel_eltron.climate.SUPPORT_PRESET = [PRESET_ECO, PRESET_DAY, PRESET_EMERGENCY, PRESET_SETBACK]