Private Attributes | |
| _max_temp | |
| _min_temp | |
Static Private Attributes | |
| 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 | |
Representation of a Genius Hub climate device.
Definition at line 45 of file climate.py.
| None homeassistant.components.geniushub.climate.GeniusClimateZone.__init__ | ( | self, | |
| broker, | |||
| zone | |||
| ) |
Initialize the climate device.
Reimplemented from homeassistant.components.geniushub.entity.GeniusZone.
Definition at line 56 of file climate.py.
| None homeassistant.components.geniushub.climate.GeniusClimateZone.async_set_hvac_mode | ( | self, | |
| HVACMode | hvac_mode | ||
| ) |
Set a new hvac mode.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 101 of file climate.py.
| None homeassistant.components.geniushub.climate.GeniusClimateZone.async_set_preset_mode | ( | self, | |
| str | preset_mode | ||
| ) |
Set a new preset mode.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 105 of file climate.py.
| HVACAction | None homeassistant.components.geniushub.climate.GeniusClimateZone.hvac_action | ( | self | ) |
Return the current running hvac operation if supported.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 79 of file climate.py.
| HVACMode homeassistant.components.geniushub.climate.GeniusClimateZone.hvac_mode | ( | self | ) |
Return hvac operation ie. heat, cool mode.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 69 of file climate.py.
| list[HVACMode] homeassistant.components.geniushub.climate.GeniusClimateZone.hvac_modes | ( | self | ) |
Return the list of available hvac operation modes.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 74 of file climate.py.
| str homeassistant.components.geniushub.climate.GeniusClimateZone.icon | ( | self | ) |
Return the icon to use in the frontend UI.
Reimplemented from homeassistant.helpers.entity.Entity.
Definition at line 64 of file climate.py.
Return the current preset mode, e.g., home, away, temp.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 90 of file climate.py.
Return a list of available preset modes.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 95 of file climate.py.
|
staticprivate |
Definition at line 48 of file climate.py.
|
staticprivate |
Definition at line 54 of file climate.py.
|
private |
Definition at line 60 of file climate.py.
|
private |
Definition at line 61 of file climate.py.