Public Attributes | |
| temperature_device | |
Public Attributes inherited from homeassistant.components.overkiz.entity.OverkizEntity | |
| base_device_url | |
| device_url | |
| executor | |
| index_device_url | |
Public Attributes inherited from homeassistant.components.overkiz.coordinator.OverkizDataUpdateCoordinator | |
| areas | |
| client | |
| config_entry_id | |
| data | |
| devices | |
| executions | |
| is_stateless | |
| update_interval | |
Public Attributes inherited from homeassistant.helpers.update_coordinator.DataUpdateCoordinator | |
| always_update | |
| config_entry | |
| data | |
| hass | |
| last_exception | |
| last_update_success | |
| logger | |
| name | |
| setup_method | |
| update_interval | |
| update_method | |
Public Attributes inherited from homeassistant.components.climate.ClimateEntity | |
| hvac_mode | |
Public Attributes inherited from homeassistant.helpers.entity.Entity | |
| device_entry | |
| entity_id | |
| hass | |
| parallel_updates | |
| platform | |
| registry_entry | |
Static Private Attributes | |
| list | _attr_hvac_modes = [*HVAC_MODES_TO_OVERKIZ] |
| float | _attr_max_temp = 26.0 |
| float | _attr_min_temp = 15.0 |
| list | _attr_preset_modes = [*PRESET_MODES_TO_OVERKIZ] |
| tuple | _attr_supported_features |
| _attr_temperature_unit = UnitOfTemperature.CELSIUS | |
| bool | _enable_turn_on_off_backwards_compatibility = False |
Additional Inherited Members | |
Static Public Attributes inherited from homeassistant.components.overkiz.entity.OverkizEntity | |
| None | |
Static Public Attributes inherited from homeassistant.components.climate.ClimateEntity | |
| bool | |
| ClimateEntityFeature | |
| float | |
| None | |
Static Public Attributes inherited from homeassistant.helpers.entity.Entity | |
| bool | |
| EntityPlatform | |
| HomeAssistant | |
| None | |
| StateInfo | |
| StateType | |
| str | |
Representation of Somfy Heating Temperature Interface. The thermostat has 3 ways of working: - Auto: Switch to eco/comfort temperature on a schedule (day/hour of the day) - Manual comfort: The thermostat use the temperature of the comfort setting (19°C degree by default) - Manual eco: The thermostat use the temperature of the eco setting (17°C by default) - Freeze protection: The thermostat use the temperature of the freeze protection (7°C by default) There's also the possibility to change the working mode, this can be used to change from a heated floor to a cooling floor in the summer.
Definition at line 60 of file somfy_heating_temperature_interface.py.
| None homeassistant.components.overkiz.climate.somfy_heating_temperature_interface.SomfyHeatingTemperatureInterface.__init__ | ( | self, | |
| str | device_url, | ||
| OverkizDataUpdateCoordinator | coordinator | ||
| ) |
Init method.
Reimplemented from homeassistant.components.overkiz.entity.OverkizEntity.
Definition at line 87 of file somfy_heating_temperature_interface.py.
| None homeassistant.components.overkiz.climate.somfy_heating_temperature_interface.SomfyHeatingTemperatureInterface.async_set_hvac_mode | ( | self, | |
| HVACMode | hvac_mode | ||
| ) |
Set new target hvac mode.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 112 of file somfy_heating_temperature_interface.py.
| None homeassistant.components.overkiz.climate.somfy_heating_temperature_interface.SomfyHeatingTemperatureInterface.async_set_preset_mode | ( | self, | |
| str | preset_mode | ||
| ) |
Set new preset mode.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 129 of file somfy_heating_temperature_interface.py.
| None homeassistant.components.overkiz.climate.somfy_heating_temperature_interface.SomfyHeatingTemperatureInterface.async_set_temperature | ( | self, | |
| **Any | kwargs | ||
| ) |
Set new temperature.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 175 of file somfy_heating_temperature_interface.py.
| float | None homeassistant.components.overkiz.climate.somfy_heating_temperature_interface.SomfyHeatingTemperatureInterface.current_temperature | ( | self | ) |
Return the current temperature.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 167 of file somfy_heating_temperature_interface.py.
| HVACAction | None homeassistant.components.overkiz.climate.somfy_heating_temperature_interface.SomfyHeatingTemperatureInterface.hvac_action | ( | self | ) |
Return the current running hvac operation if supported.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 137 of file somfy_heating_temperature_interface.py.
| HVACMode homeassistant.components.overkiz.climate.somfy_heating_temperature_interface.SomfyHeatingTemperatureInterface.hvac_mode | ( | self | ) |
Return hvac operation i.e. heat, cool mode.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 97 of file somfy_heating_temperature_interface.py.
| str | None homeassistant.components.overkiz.climate.somfy_heating_temperature_interface.SomfyHeatingTemperatureInterface.preset_mode | ( | self | ) |
Return the current preset mode, e.g., home, away, temp.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 119 of file somfy_heating_temperature_interface.py.
| float | None homeassistant.components.overkiz.climate.somfy_heating_temperature_interface.SomfyHeatingTemperatureInterface.target_temperature | ( | self | ) |
Return the target temperature.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 149 of file somfy_heating_temperature_interface.py.
|
staticprivate |
Definition at line 80 of file somfy_heating_temperature_interface.py.
|
staticprivate |
Definition at line 84 of file somfy_heating_temperature_interface.py.
|
staticprivate |
Definition at line 83 of file somfy_heating_temperature_interface.py.
|
staticprivate |
Definition at line 81 of file somfy_heating_temperature_interface.py.
|
staticprivate |
Definition at line 74 of file somfy_heating_temperature_interface.py.
|
staticprivate |
Definition at line 73 of file somfy_heating_temperature_interface.py.
|
staticprivate |
Definition at line 85 of file somfy_heating_temperature_interface.py.
| homeassistant.components.overkiz.climate.somfy_heating_temperature_interface.SomfyHeatingTemperatureInterface.temperature_device |
Definition at line 92 of file somfy_heating_temperature_interface.py.