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 | |
| _uom | |
Static Private Attributes | |
| list | _attr_fan_modes = [FAN_AUTO, FAN_ON] |
| _attr_hvac_modes = ISY_HVAC_MODES | |
| _attr_precision = PRECISION_TENTHS | |
| tuple | _attr_supported_features |
| float | _attr_target_temperature_step = 1.0 |
| 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 | |
Representation of an ISY thermostat entity.
Definition at line 77 of file climate.py.
| None homeassistant.components.isy994.climate.ISYThermostatEntity.__init__ | ( | self, | |
| Node | node, | ||
| DeviceInfo | None | device_info = None |
||
| ) |
Initialize the ISY Thermostat entity.
Definition at line 93 of file climate.py.
| None homeassistant.components.isy994.climate.ISYThermostatEntity.async_set_fan_mode | ( | self, | |
| str | fan_mode | ||
| ) |
Set new target fan mode.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 206 of file climate.py.
| None homeassistant.components.isy994.climate.ISYThermostatEntity.async_set_hvac_mode | ( | self, | |
| HVACMode | hvac_mode | ||
| ) |
Set new target hvac mode.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 212 of file climate.py.
| None homeassistant.components.isy994.climate.ISYThermostatEntity.async_set_temperature | ( | self, | |
| **Any | kwargs | ||
| ) |
Set new target temperature.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 190 of file climate.py.
| int | None homeassistant.components.isy994.climate.ISYThermostatEntity.current_humidity | ( | self | ) |
Return the current humidity.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 112 of file climate.py.
| float | None homeassistant.components.isy994.climate.ISYThermostatEntity.current_temperature | ( | self | ) |
Return the current temperature.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 151 of file climate.py.
| str homeassistant.components.isy994.climate.ISYThermostatEntity.fan_mode | ( | self | ) |
Return the current fan mode ie. auto, on.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 183 of file climate.py.
| HVACAction | None homeassistant.components.isy994.climate.ISYThermostatEntity.hvac_action | ( | self | ) |
Return the current running hvac operation if supported.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 141 of file climate.py.
| HVACMode homeassistant.components.isy994.climate.ISYThermostatEntity.hvac_mode | ( | self | ) |
Return hvac operation ie. heat, cool mode.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 121 of file climate.py.
Return the temperature we try to reach.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 158 of file climate.py.
| float | None homeassistant.components.isy994.climate.ISYThermostatEntity.target_temperature_high | ( | self | ) |
Return the highbound target temperature we try to reach.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 167 of file climate.py.
| float | None homeassistant.components.isy994.climate.ISYThermostatEntity.target_temperature_low | ( | self | ) |
Return the lowbound target temperature we try to reach.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 175 of file climate.py.
| str homeassistant.components.isy994.climate.ISYThermostatEntity.temperature_unit | ( | self | ) |
Return the unit of measurement.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 101 of file climate.py.
|
staticprivate |
Definition at line 90 of file climate.py.
|
staticprivate |
Definition at line 80 of file climate.py.
|
staticprivate |
Definition at line 81 of file climate.py.
|
staticprivate |
Definition at line 82 of file climate.py.
|
staticprivate |
Definition at line 89 of file climate.py.
|
staticprivate |
Definition at line 91 of file climate.py.
|
private |
Definition at line 96 of file climate.py.
| homeassistant.components.isy994.climate.ISYThermostatEntity.hvac_mode |
Definition at line 160 of file climate.py.