Static Private Attributes | |
| bool | _attr_should_poll = False |
| _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 | |
Represents an Intesishome air conditioning device.
Definition at line 145 of file climate.py.
| def homeassistant.components.intesishome.climate.IntesisAC.__init__ | ( | self, | |
| ih_device_id, | |||
| ih_device, | |||
| controller | |||
| ) |
Initialize the thermostat.
Definition at line 152 of file climate.py.
| None homeassistant.components.intesishome.climate.IntesisAC.async_added_to_hass | ( | self | ) |
Subscribe to event updates.
Reimplemented from homeassistant.helpers.entity.Entity.
Definition at line 214 of file climate.py.
| None homeassistant.components.intesishome.climate.IntesisAC.async_set_fan_mode | ( | self, | |
| str | fan_mode | ||
| ) |
Set fan mode (from quiet, low, medium, high, auto).
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 305 of file climate.py.
| None homeassistant.components.intesishome.climate.IntesisAC.async_set_hvac_mode | ( | self, | |
| HVACMode | hvac_mode | ||
| ) |
Set operation mode.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 279 of file climate.py.
| None homeassistant.components.intesishome.climate.IntesisAC.async_set_preset_mode | ( | self, | |
| str | preset_mode | ||
| ) |
Set preset mode.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 313 of file climate.py.
| None homeassistant.components.intesishome.climate.IntesisAC.async_set_swing_mode | ( | self, | |
| str | swing_mode | ||
| ) |
Set the vertical vane.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 318 of file climate.py.
| None homeassistant.components.intesishome.climate.IntesisAC.async_set_temperature | ( | self, | |
| **Any | kwargs | ||
| ) |
Set new target temperature.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 266 of file climate.py.
| None homeassistant.components.intesishome.climate.IntesisAC.async_update | ( | self | ) |
Copy values from controller dictionary to climate device.
Definition at line 328 of file climate.py.
| def homeassistant.components.intesishome.climate.IntesisAC.async_update_callback | ( | self, | |
device_id = None |
|||
| ) |
Let HA know there has been an update from the controller.
Definition at line 375 of file climate.py.
| None homeassistant.components.intesishome.climate.IntesisAC.async_will_remove_from_hass | ( | self | ) |
Shutdown the controller when the device is being removed.
Reimplemented from homeassistant.helpers.entity.Entity.
Definition at line 363 of file climate.py.
| bool homeassistant.components.intesishome.climate.IntesisAC.available | ( | self | ) |
If the device hasn't been able to connect, mark as unavailable.
Reimplemented from homeassistant.helpers.entity.Entity.
Definition at line 447 of file climate.py.
| def homeassistant.components.intesishome.climate.IntesisAC.current_temperature | ( | self | ) |
Return the current temperature.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 452 of file climate.py.
| def homeassistant.components.intesishome.climate.IntesisAC.extra_state_attributes | ( | self | ) |
Return the device specific state attributes.
Reimplemented from homeassistant.helpers.entity.Entity.
Definition at line 230 of file climate.py.
| def homeassistant.components.intesishome.climate.IntesisAC.fan_mode | ( | self | ) |
Return whether the fan is on.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 419 of file climate.py.
| def homeassistant.components.intesishome.climate.IntesisAC.fan_modes | ( | self | ) |
List of available fan modes.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 437 of file climate.py.
| HVACMode homeassistant.components.intesishome.climate.IntesisAC.hvac_mode | ( | self | ) |
Return the current mode of operation if unit is on.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 457 of file climate.py.
| def homeassistant.components.intesishome.climate.IntesisAC.icon | ( | self | ) |
Return the icon for the current state.
Reimplemented from homeassistant.helpers.entity.Entity.
Definition at line 368 of file climate.py.
| def homeassistant.components.intesishome.climate.IntesisAC.max_temp | ( | self | ) |
Return the maximum temperature for the current mode of operation.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 414 of file climate.py.
| def homeassistant.components.intesishome.climate.IntesisAC.min_temp | ( | self | ) |
Return the minimum temperature for the current mode of operation.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 409 of file climate.py.
| def homeassistant.components.intesishome.climate.IntesisAC.name | ( | self | ) |
Return the name of the AC device.
Reimplemented from homeassistant.helpers.entity.Entity.
Definition at line 225 of file climate.py.
| def homeassistant.components.intesishome.climate.IntesisAC.preset_mode | ( | self | ) |
Return the current preset mode.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 262 of file climate.py.
| def homeassistant.components.intesishome.climate.IntesisAC.preset_modes | ( | self | ) |
Return a list of HVAC preset modes.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 257 of file climate.py.
| def homeassistant.components.intesishome.climate.IntesisAC.swing_mode | ( | self | ) |
Return current swing mode.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 424 of file climate.py.
| def homeassistant.components.intesishome.climate.IntesisAC.swing_modes | ( | self | ) |
List of available swing positions.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 442 of file climate.py.
| def homeassistant.components.intesishome.climate.IntesisAC.target_temperature | ( | self | ) |
Return the current setpoint temperature if unit is on.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 464 of file climate.py.
| float homeassistant.components.intesishome.climate.IntesisAC.target_temperature_step | ( | self | ) |
Return whether setpoint should be whole or half degree precision.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 252 of file climate.py.
| def homeassistant.components.intesishome.climate.IntesisAC.unique_id | ( | self | ) |
Return unique ID for this device.
Reimplemented from homeassistant.helpers.entity.Entity.
Definition at line 247 of file climate.py.
|
private |
Definition at line 163 of file climate.py.
|
staticprivate |
Definition at line 148 of file climate.py.
|
staticprivate |
Definition at line 149 of file climate.py.
|
private |
Definition at line 159 of file climate.py.
|
private |
Definition at line 154 of file climate.py.
|
private |
Definition at line 161 of file climate.py.
|
private |
Definition at line 155 of file climate.py.
|
private |
Definition at line 157 of file climate.py.
|
private |
Definition at line 158 of file climate.py.
|
staticprivate |
Definition at line 150 of file climate.py.
|
private |
Definition at line 195 of file climate.py.
|
private |
Definition at line 176 of file climate.py.
|
private |
Definition at line 167 of file climate.py.
|
private |
Definition at line 174 of file climate.py.
|
private |
Definition at line 156 of file climate.py.
|
private |
Definition at line 162 of file climate.py.
|
private |
Definition at line 164 of file climate.py.
|
private |
Definition at line 166 of file climate.py.
|
private |
Definition at line 175 of file climate.py.
|
private |
Definition at line 178 of file climate.py.
|
private |
Definition at line 177 of file climate.py.
|
private |
Definition at line 168 of file climate.py.
|
private |
Definition at line 169 of file climate.py.
|
private |
Definition at line 171 of file climate.py.
|
private |
Definition at line 170 of file climate.py.
|
private |
Definition at line 160 of file climate.py.
|
private |
Definition at line 172 of file climate.py.
|
private |
Definition at line 165 of file climate.py.
|
private |
Definition at line 173 of file climate.py.