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

Classes

class  HMThermostat
 

Functions

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

Variables

string HM_CONTROL_MODE = "CONTROL_MODE"
 
list HM_HUMI_MAP = ["ACTUAL_HUMIDITY", "HUMIDITY"]
 
dictionary HM_PRESET_MAP
 
list HM_TEMP_MAP = ["ACTUAL_TEMPERATURE", "TEMPERATURE"]
 
string HMIP_CONTROL_MODE = "SET_POINT_MODE"
 

Detailed Description

Support for Homematic thermostats.

Function Documentation

◆ setup_platform()

None homeassistant.components.homematic.climate.setup_platform ( HomeAssistant  hass,
ConfigType  config,
AddEntitiesCallback  add_entities,
DiscoveryInfoType | None   discovery_info = None 
)
Set up the Homematic thermostat platform.

Definition at line 38 of file climate.py.

Variable Documentation

◆ HM_CONTROL_MODE

string homeassistant.components.homematic.climate.HM_CONTROL_MODE = "CONTROL_MODE"

Definition at line 34 of file climate.py.

◆ HM_HUMI_MAP

list homeassistant.components.homematic.climate.HM_HUMI_MAP = ["ACTUAL_HUMIDITY", "HUMIDITY"]

Definition at line 26 of file climate.py.

◆ HM_PRESET_MAP

dictionary homeassistant.components.homematic.climate.HM_PRESET_MAP
Initial value:
1 = {
2  "BOOST_MODE": PRESET_BOOST,
3  "COMFORT_MODE": PRESET_COMFORT,
4  "LOWERING_MODE": PRESET_ECO,
5 }

Definition at line 28 of file climate.py.

◆ HM_TEMP_MAP

list homeassistant.components.homematic.climate.HM_TEMP_MAP = ["ACTUAL_TEMPERATURE", "TEMPERATURE"]

Definition at line 24 of file climate.py.

◆ HMIP_CONTROL_MODE

string homeassistant.components.homematic.climate.HMIP_CONTROL_MODE = "SET_POINT_MODE"

Definition at line 35 of file climate.py.