Classes | |
| class | ValveHeatingTemperatureInterface |
Variables | |
| string | PRESET_FROST_PROTECTION = "frost_protection" |
| string | PRESET_MANUAL = "manual" |
| dictionary | PRESET_MODE_TO_OVERKIZ = {v: k for k, v in OVERKIZ_TO_PRESET_MODE.items()} |
| int | TEMPERATURE_SENSOR_DEVICE_INDEX = 2 |
Support for ValveHeatingTemperatureInterface.
| string homeassistant.components.overkiz.climate.valve_heating_temperature_interface.PRESET_FROST_PROTECTION = "frost_protection" |
Definition at line 27 of file valve_heating_temperature_interface.py.
| string homeassistant.components.overkiz.climate.valve_heating_temperature_interface.PRESET_MANUAL = "manual" |
Definition at line 26 of file valve_heating_temperature_interface.py.
| dictionary homeassistant.components.overkiz.climate.valve_heating_temperature_interface.PRESET_MODE_TO_OVERKIZ = {v: k for k, v in OVERKIZ_TO_PRESET_MODE.items()} |
Definition at line 43 of file valve_heating_temperature_interface.py.
| int homeassistant.components.overkiz.climate.valve_heating_temperature_interface.TEMPERATURE_SENSOR_DEVICE_INDEX = 2 |
Definition at line 45 of file valve_heating_temperature_interface.py.