Home Assistant Unofficial Reference 2024.12.1
climate.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.homematicip_cloud.climate.HomematicipHeatingGroup
 

Namespaces

 homeassistant.components.homematicip_cloud.climate
 

Functions

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

Variables

string homeassistant.components.homematicip_cloud.climate.ATTR_PRESET_END_TIME = "preset_end_time"
 
dictionary homeassistant.components.homematicip_cloud.climate.COOLING_PROFILES = {"PROFILE_4": 3, "PROFILE_5": 4, "PROFILE_6": 5}
 
dictionary homeassistant.components.homematicip_cloud.climate.HEATING_PROFILES = {"PROFILE_1": 0, "PROFILE_2": 1, "PROFILE_3": 2}
 
string homeassistant.components.homematicip_cloud.climate.HMIP_AUTOMATIC_CM = "AUTOMATIC"
 
string homeassistant.components.homematicip_cloud.climate.HMIP_ECO_CM = "ECO"
 
string homeassistant.components.homematicip_cloud.climate.HMIP_MANUAL_CM = "MANUAL"
 
dictionary homeassistant.components.homematicip_cloud.climate.NICE_PROFILE_NAMES
 
string homeassistant.components.homematicip_cloud.climate.PERMANENT_END_TIME = "permanent"