Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.maxcube.climate Namespace Reference

Classes

class  MaxCubeClimate
 

Functions

None setup_platform (HomeAssistant hass, ConfigType config, AddEntitiesCallback add_entities, DiscoveryInfoType|None discovery_info=None)
 

Variables

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

Detailed Description

Support for MAX! Thermostats via MAX! Cube.

Function Documentation

◆ setup_platform()

None homeassistant.components.maxcube.climate.setup_platform ( HomeAssistant  hass,
ConfigType  config,
AddEntitiesCallback  add_entities,
DiscoveryInfoType | None   discovery_info = None 
)
Iterate through all MAX! Devices and add thermostats.

Definition at line 50 of file climate.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.maxcube.climate._LOGGER = logging.getLogger(__name__)
private

Definition at line 33 of file climate.py.

◆ ATTR_VALVE_POSITION

string homeassistant.components.maxcube.climate.ATTR_VALVE_POSITION = "valve_position"

Definition at line 35 of file climate.py.

◆ MAX_TEMPERATURE

float homeassistant.components.maxcube.climate.MAX_TEMPERATURE = 30.0

Definition at line 47 of file climate.py.

◆ MIN_TEMPERATURE

float homeassistant.components.maxcube.climate.MIN_TEMPERATURE = 5.0

Definition at line 45 of file climate.py.

◆ OFF_TEMPERATURE

float homeassistant.components.maxcube.climate.OFF_TEMPERATURE = 4.5

Definition at line 40 of file climate.py.

◆ ON_TEMPERATURE

float homeassistant.components.maxcube.climate.ON_TEMPERATURE = 30.5

Definition at line 42 of file climate.py.

◆ PRESET_ON

string homeassistant.components.maxcube.climate.PRESET_ON = "on"

Definition at line 36 of file climate.py.