Static Private Attributes | |
| _attr_fan_modes = list(FAN_MODES.values()) | |
| _attr_hvac_modes = list(HVAC_MODES.values()) | |
| int | _attr_min_humidity = 1 |
| tuple | _attr_supported_features |
| bool | _enable_turn_on_off_backwards_compatibility = False |
Additional Inherited Members | |
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 | |
A Class for an Insteon climate entity.
Definition at line 83 of file climate.py.
| None homeassistant.components.insteon.climate.InsteonClimateEntity.async_added_to_hass | ( | self | ) |
Register INSTEON update events.
Reimplemented from homeassistant.components.insteon.entity.InsteonEntity.
Definition at line 215 of file climate.py.
| None homeassistant.components.insteon.climate.InsteonClimateEntity.async_set_fan_mode | ( | self, | |
| str | fan_mode | ||
| ) |
Set new target fan mode.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 197 of file climate.py.
| None homeassistant.components.insteon.climate.InsteonClimateEntity.async_set_humidity | ( | self, | |
| int | humidity | ||
| ) |
Set new humidity level.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 207 of file climate.py.
| None homeassistant.components.insteon.climate.InsteonClimateEntity.async_set_hvac_mode | ( | self, | |
| HVACMode | hvac_mode | ||
| ) |
Set new target hvac mode.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 202 of file climate.py.
| None homeassistant.components.insteon.climate.InsteonClimateEntity.async_set_temperature | ( | self, | |
| **Any | kwargs | ||
| ) |
Set new target temperature.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 183 of file climate.py.
| int | None homeassistant.components.insteon.climate.InsteonClimateEntity.current_humidity | ( | self | ) |
Return the current humidity.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 107 of file climate.py.
| float | None homeassistant.components.insteon.climate.InsteonClimateEntity.current_temperature | ( | self | ) |
Return the current temperature.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 117 of file climate.py.
| def homeassistant.components.insteon.climate.InsteonClimateEntity.extra_state_attributes | ( | self | ) |
Provide attributes for display on device card.
Reimplemented from homeassistant.components.insteon.entity.InsteonEntity.
Definition at line 172 of file climate.py.
Return the fan setting.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 145 of file climate.py.
| HVACAction homeassistant.components.insteon.climate.InsteonClimateEntity.hvac_action | ( | self | ) |
Return the current running hvac operation if supported. Need to be one of CURRENT_HVAC_*.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 158 of file climate.py.
| HVACMode homeassistant.components.insteon.climate.InsteonClimateEntity.hvac_mode | ( | self | ) |
Return hvac operation ie. heat, cool mode.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 112 of file climate.py.
| int | None homeassistant.components.insteon.climate.InsteonClimateEntity.target_humidity | ( | self | ) |
Return the humidity we try to reach.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 150 of file climate.py.
| float | None homeassistant.components.insteon.climate.InsteonClimateEntity.target_temperature | ( | self | ) |
Return the temperature we try to reach.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 122 of file climate.py.
| float | None homeassistant.components.insteon.climate.InsteonClimateEntity.target_temperature_high | ( | self | ) |
Return the highbound target temperature we try to reach.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 131 of file climate.py.
| float | None homeassistant.components.insteon.climate.InsteonClimateEntity.target_temperature_low | ( | self | ) |
Return the lowbound target temperature we try to reach.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 138 of file climate.py.
| str homeassistant.components.insteon.climate.InsteonClimateEntity.temperature_unit | ( | self | ) |
Return the unit of measurement.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 100 of file climate.py.
|
staticprivate |
Definition at line 95 of file climate.py.
|
staticprivate |
Definition at line 94 of file climate.py.
|
staticprivate |
Definition at line 96 of file climate.py.
|
staticprivate |
Definition at line 86 of file climate.py.
|
staticprivate |
Definition at line 97 of file climate.py.