Classes | |
| class | HomematicipHeatingGroup |
Functions | |
| None | async_setup_entry (HomeAssistant hass, ConfigEntry config_entry, AddEntitiesCallback async_add_entities) |
Variables | |
| string | ATTR_PRESET_END_TIME = "preset_end_time" |
| dictionary | COOLING_PROFILES = {"PROFILE_4": 3, "PROFILE_5": 4, "PROFILE_6": 5} |
| dictionary | HEATING_PROFILES = {"PROFILE_1": 0, "PROFILE_2": 1, "PROFILE_3": 2} |
| string | HMIP_AUTOMATIC_CM = "AUTOMATIC" |
| string | HMIP_ECO_CM = "ECO" |
| string | HMIP_MANUAL_CM = "MANUAL" |
| dictionary | NICE_PROFILE_NAMES |
| string | PERMANENT_END_TIME = "permanent" |
Support for HomematicIP Cloud climate devices.
| None homeassistant.components.homematicip_cloud.climate.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | config_entry, | ||
| AddEntitiesCallback | async_add_entities | ||
| ) |
Set up the HomematicIP climate from a config entry.
Definition at line 57 of file climate.py.
| string homeassistant.components.homematicip_cloud.climate.ATTR_PRESET_END_TIME = "preset_end_time" |
Definition at line 49 of file climate.py.
| dictionary homeassistant.components.homematicip_cloud.climate.COOLING_PROFILES = {"PROFILE_4": 3, "PROFILE_5": 4, "PROFILE_6": 5} |
Definition at line 39 of file climate.py.
| dictionary homeassistant.components.homematicip_cloud.climate.HEATING_PROFILES = {"PROFILE_1": 0, "PROFILE_2": 1, "PROFILE_3": 2} |
Definition at line 38 of file climate.py.
| string homeassistant.components.homematicip_cloud.climate.HMIP_AUTOMATIC_CM = "AUTOMATIC" |
Definition at line 52 of file climate.py.
| string homeassistant.components.homematicip_cloud.climate.HMIP_ECO_CM = "ECO" |
Definition at line 54 of file climate.py.
| string homeassistant.components.homematicip_cloud.climate.HMIP_MANUAL_CM = "MANUAL" |
Definition at line 53 of file climate.py.
| dictionary homeassistant.components.homematicip_cloud.climate.NICE_PROFILE_NAMES |
Definition at line 40 of file climate.py.
| string homeassistant.components.homematicip_cloud.climate.PERMANENT_END_TIME = "permanent" |
Definition at line 50 of file climate.py.