Private Member Functions | |
| def | _hm_control_mode (self) |
| def | _init_data_struct (self) |
Private Attributes | |
| _hm_control_mode | |
| _state | |
Static Private Attributes | |
| tuple | _attr_supported_features |
| _attr_temperature_unit = UnitOfTemperature.CELSIUS | |
| bool | _enable_turn_on_off_backwards_compatibility = False |
Additional Inherited Members | |
Public Attributes inherited from homeassistant.components.homematic.entity.HMDevice | |
| entity_description | |
Public Attributes inherited from homeassistant.helpers.entity.Entity | |
| device_entry | |
| entity_id | |
| hass | |
| parallel_updates | |
| platform | |
| registry_entry | |
Public Attributes inherited from homeassistant.components.climate.ClimateEntity | |
| hvac_mode | |
Static Public Attributes inherited from homeassistant.helpers.entity.Entity | |
| bool | |
| EntityPlatform | |
| HomeAssistant | |
| None | |
| StateInfo | |
| StateType | |
| str | |
Static Public Attributes inherited from homeassistant.components.climate.ClimateEntity | |
| bool | |
| ClimateEntityFeature | |
| float | |
| None | |
Representation of a Homematic thermostat.
Definition at line 56 of file climate.py.
|
private |
Return Control mode.
Definition at line 184 of file climate.py.
|
private |
Generate a data dict (self._data) from the Homematic metadata.
Reimplemented from homeassistant.components.homematic.entity.HMDevice.
Definition at line 192 of file climate.py.
| def homeassistant.components.homematic.climate.HMThermostat.current_humidity | ( | self | ) |
Return the current humidity.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 123 of file climate.py.
| def homeassistant.components.homematic.climate.HMThermostat.current_temperature | ( | self | ) |
Return the current temperature.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 131 of file climate.py.
| HVACMode homeassistant.components.homematic.climate.HMThermostat.hvac_mode | ( | self | ) |
Return hvac operation ie. heat, cool mode. Need to be one of HVAC_MODE_*.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 69 of file climate.py.
| list[HVACMode] homeassistant.components.homematic.climate.HMThermostat.hvac_modes | ( | self | ) |
Return the list of available hvac operation modes. Need to be a subset of HVAC_MODES.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 87 of file climate.py.
| def homeassistant.components.homematic.climate.HMThermostat.max_temp | ( | self | ) |
Return the maximum temperature.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 174 of file climate.py.
| def homeassistant.components.homematic.climate.HMThermostat.min_temp | ( | self | ) |
Return the minimum temperature.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 169 of file climate.py.
| def homeassistant.components.homematic.climate.HMThermostat.preset_mode | ( | self | ) |
Return the current preset mode, e.g., home, away, temp.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 97 of file climate.py.
| def homeassistant.components.homematic.climate.HMThermostat.preset_modes | ( | self | ) |
Return a list of available preset modes.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 114 of file climate.py.
| None homeassistant.components.homematic.climate.HMThermostat.set_hvac_mode | ( | self, | |
| HVACMode | hvac_mode | ||
| ) |
Set new target hvac mode.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 150 of file climate.py.
| None homeassistant.components.homematic.climate.HMThermostat.set_preset_mode | ( | self, | |
| str | preset_mode | ||
| ) |
Set new preset mode.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 159 of file climate.py.
| None homeassistant.components.homematic.climate.HMThermostat.set_temperature | ( | self, | |
| **Any | kwargs | ||
| ) |
Set new target temperature.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 143 of file climate.py.
| def homeassistant.components.homematic.climate.HMThermostat.target_temperature | ( | self | ) |
Return the target temperature.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 139 of file climate.py.
| def homeassistant.components.homematic.climate.HMThermostat.target_temperature_step | ( | self | ) |
Return the supported step of target temperature.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 179 of file climate.py.
|
staticprivate |
Definition at line 59 of file climate.py.
|
staticprivate |
Definition at line 65 of file climate.py.
|
staticprivate |
Definition at line 66 of file climate.py.
|
private |
Definition at line 77 of file climate.py.
|
private |
Definition at line 194 of file climate.py.