Public Attributes | |
| hvac_mode | |
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 | |
Private Attributes | |
| _attr_hvac_modes | |
Static Private Attributes | |
| bool | _attr_should_poll = True |
| _attr_temperature_unit = UnitOfTemperature.FAHRENHEIT | |
| bool | _enable_turn_on_off_backwards_compatibility = False |
Additional Inherited Members | |
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 | |
Define an Econet thermostat.
Definition at line 66 of file climate.py.
| def homeassistant.components.econet.climate.EcoNetThermostat.__init__ | ( | self, | |
| thermostat | |||
| ) |
Initialize.
Reimplemented from homeassistant.components.econet.entity.EcoNetEntity.
Definition at line 73 of file climate.py.
| def homeassistant.components.econet.climate.EcoNetThermostat.current_humidity | ( | self | ) |
Return the current humidity.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 99 of file climate.py.
| def homeassistant.components.econet.climate.EcoNetThermostat.current_temperature | ( | self | ) |
Return the current temperature.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 94 of file climate.py.
| def homeassistant.components.econet.climate.EcoNetThermostat.fan_mode | ( | self | ) |
Return the current fan mode.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 173 of file climate.py.
| def homeassistant.components.econet.climate.EcoNetThermostat.fan_modes | ( | self | ) |
Return the fan modes.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 187 of file climate.py.
| HVACMode homeassistant.components.econet.climate.EcoNetThermostat.hvac_mode | ( | self | ) |
Return hvac operation ie. heat, cool, mode. Needs to be one of HVAC_MODE_*.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 149 of file climate.py.
| def homeassistant.components.econet.climate.EcoNetThermostat.is_aux_heat | ( | self | ) |
Return true if aux heater.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 144 of file climate.py.
| int homeassistant.components.econet.climate.EcoNetThermostat.max_humidity | ( | self | ) |
Return the maximum humidity.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 249 of file climate.py.
| def homeassistant.components.econet.climate.EcoNetThermostat.max_temp | ( | self | ) |
Return the maximum temperature.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 239 of file climate.py.
| int homeassistant.components.econet.climate.EcoNetThermostat.min_humidity | ( | self | ) |
Return the minimum humidity.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 244 of file climate.py.
| def homeassistant.components.econet.climate.EcoNetThermostat.min_temp | ( | self | ) |
Return the minimum temperature.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 234 of file climate.py.
Set the fan mode.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 201 of file climate.py.
| None homeassistant.components.econet.climate.EcoNetThermostat.set_humidity | ( | self, | |
| int | humidity | ||
| ) |
Set new target humidity.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 168 of file climate.py.
| None homeassistant.components.econet.climate.EcoNetThermostat.set_hvac_mode | ( | self, | |
| HVACMode | hvac_mode | ||
| ) |
Set new target hvac mode.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 161 of file climate.py.
| None homeassistant.components.econet.climate.EcoNetThermostat.set_temperature | ( | self, | |
| **Any | kwargs | ||
| ) |
Set new target temperature.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 133 of file climate.py.
| def homeassistant.components.econet.climate.EcoNetThermostat.target_humidity | ( | self | ) |
Return the humidity we try to reach.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 104 of file climate.py.
| def homeassistant.components.econet.climate.EcoNetThermostat.target_temperature | ( | self | ) |
Return the temperature we try to reach.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 111 of file climate.py.
| def homeassistant.components.econet.climate.EcoNetThermostat.target_temperature_high | ( | self | ) |
Return the higher bound temperature we try to reach.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 127 of file climate.py.
| def homeassistant.components.econet.climate.EcoNetThermostat.target_temperature_low | ( | self | ) |
Return the lower bound temperature we try to reach.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 120 of file climate.py.
| None homeassistant.components.econet.climate.EcoNetThermostat.turn_aux_heat_off | ( | self | ) |
Turn auxiliary heater off.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 219 of file climate.py.
| None homeassistant.components.econet.climate.EcoNetThermostat.turn_aux_heat_on | ( | self | ) |
Turn auxiliary heater on.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 205 of file climate.py.
|
private |
Definition at line 76 of file climate.py.
|
staticprivate |
Definition at line 69 of file climate.py.
|
staticprivate |
Definition at line 70 of file climate.py.
|
staticprivate |
Definition at line 71 of file climate.py.
| homeassistant.components.econet.climate.EcoNetThermostat.hvac_mode |
Definition at line 113 of file climate.py.