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" |
Support for Homematic thermostats.
| 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.
| string homeassistant.components.homematic.climate.HM_CONTROL_MODE = "CONTROL_MODE" |
Definition at line 34 of file climate.py.
| list homeassistant.components.homematic.climate.HM_HUMI_MAP = ["ACTUAL_HUMIDITY", "HUMIDITY"] |
Definition at line 26 of file climate.py.
| dictionary homeassistant.components.homematic.climate.HM_PRESET_MAP |
Definition at line 28 of file climate.py.
| list homeassistant.components.homematic.climate.HM_TEMP_MAP = ["ACTUAL_TEMPERATURE", "TEMPERATURE"] |
Definition at line 24 of file climate.py.
| string homeassistant.components.homematic.climate.HMIP_CONTROL_MODE = "SET_POINT_MODE" |
Definition at line 35 of file climate.py.