Home Assistant Unofficial Reference 2024.12.1
climate.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.maxcube.climate.MaxCubeClimate
 

Namespaces

 homeassistant.components.maxcube.climate
 

Functions

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

Variables

 homeassistant.components.maxcube.climate._LOGGER = logging.getLogger(__name__)
 
string homeassistant.components.maxcube.climate.ATTR_VALVE_POSITION = "valve_position"
 
float homeassistant.components.maxcube.climate.MAX_TEMPERATURE = 30.0
 
float homeassistant.components.maxcube.climate.MIN_TEMPERATURE = 5.0
 
float homeassistant.components.maxcube.climate.OFF_TEMPERATURE = 4.5
 
float homeassistant.components.maxcube.climate.ON_TEMPERATURE = 30.5
 
string homeassistant.components.maxcube.climate.PRESET_ON = "on"