Private Attributes | |
| _current_humidity | |
| _current_temperature | |
| _filter_alarm | |
| _force_update | |
| _name | |
| _operation | |
| _ste_data | |
| _target_temperature | |
Static Private Attributes | |
| _attr_hvac_modes = SUPPORT_HVAC | |
| 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.climate.ClimateEntity | |
| hvac_mode | |
Public Attributes inherited from homeassistant.helpers.entity.Entity | |
| device_entry | |
| entity_id | |
| hass | |
| parallel_updates | |
| platform | |
| registry_entry | |
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 a STIEBEL ELTRON heat pump.
Definition at line 72 of file climate.py.
| def homeassistant.components.stiebel_eltron.climate.StiebelEltron.__init__ | ( | self, | |
| name, | |||
| ste_data | |||
| ) |
Initialize the unit.
Definition at line 85 of file climate.py.
| def homeassistant.components.stiebel_eltron.climate.StiebelEltron.current_humidity | ( | self | ) |
Return the current humidity.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 149 of file climate.py.
| def homeassistant.components.stiebel_eltron.climate.StiebelEltron.current_temperature | ( | self | ) |
Return the current temperature.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 124 of file climate.py.
| def homeassistant.components.stiebel_eltron.climate.StiebelEltron.extra_state_attributes | ( | self | ) |
Return device specific state attributes.
Reimplemented from homeassistant.helpers.entity.Entity.
Definition at line 112 of file climate.py.
| HVACMode | None homeassistant.components.stiebel_eltron.climate.StiebelEltron.hvac_mode | ( | self | ) |
Return current operation ie. heat, cool, idle.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 154 of file climate.py.
| def homeassistant.components.stiebel_eltron.climate.StiebelEltron.max_temp | ( | self | ) |
Return the maximum temperature.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 144 of file climate.py.
| def homeassistant.components.stiebel_eltron.climate.StiebelEltron.min_temp | ( | self | ) |
Return the minimum temperature.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 139 of file climate.py.
| def homeassistant.components.stiebel_eltron.climate.StiebelEltron.name | ( | self | ) |
Return the name of the climate device.
Reimplemented from homeassistant.helpers.entity.Entity.
Definition at line 117 of file climate.py.
| def homeassistant.components.stiebel_eltron.climate.StiebelEltron.preset_mode | ( | self | ) |
Return the current preset mode, e.g., home, away, temp.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 159 of file climate.py.
| def homeassistant.components.stiebel_eltron.climate.StiebelEltron.preset_modes | ( | self | ) |
Return a list of available preset modes.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 164 of file climate.py.
| None homeassistant.components.stiebel_eltron.climate.StiebelEltron.set_hvac_mode | ( | self, | |
| HVACMode | hvac_mode | ||
| ) |
Set new operation mode.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 168 of file climate.py.
| None homeassistant.components.stiebel_eltron.climate.StiebelEltron.set_preset_mode | ( | self, | |
| str | preset_mode | ||
| ) |
Set new preset mode.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 185 of file climate.py.
| None homeassistant.components.stiebel_eltron.climate.StiebelEltron.set_temperature | ( | self, | |
| **Any | kwargs | ||
| ) |
Set new target temperature.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 177 of file climate.py.
| def homeassistant.components.stiebel_eltron.climate.StiebelEltron.target_temperature | ( | self | ) |
Return the temperature we try to reach.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 129 of file climate.py.
| def homeassistant.components.stiebel_eltron.climate.StiebelEltron.target_temperature_step | ( | self | ) |
Return the supported step of target temperature.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 134 of file climate.py.
| None homeassistant.components.stiebel_eltron.climate.StiebelEltron.update | ( | self | ) |
Update unit attributes.
Definition at line 96 of file climate.py.
|
staticprivate |
Definition at line 75 of file climate.py.
|
staticprivate |
Definition at line 76 of file climate.py.
|
staticprivate |
Definition at line 82 of file climate.py.
|
private |
Definition at line 90 of file climate.py.
|
private |
Definition at line 89 of file climate.py.
|
staticprivate |
Definition at line 83 of file climate.py.
|
private |
Definition at line 92 of file climate.py.
|
private |
Definition at line 93 of file climate.py.
|
private |
Definition at line 87 of file climate.py.
|
private |
Definition at line 91 of file climate.py.
|
private |
Definition at line 94 of file climate.py.
|
private |
Definition at line 88 of file climate.py.