Public Attributes | |
| entity_id | |
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 | |
Private Attributes | |
| _aircon | |
| _attr_device_info | |
| _attr_unique_id | |
Additional Inherited Members | |
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 | |
Representation of an air conditioner.
Definition at line 93 of file climate.py.
| None homeassistant.components.whirlpool.climate.AirConEntity.__init__ | ( | self, | |
| HomeAssistant | hass, | ||
| str | said, | ||
| str | None | name, | ||
| BackendSelector | backend_selector, | ||
| Auth | auth, | ||
| ClientSession | session | ||
| ) |
Initialize the entity.
Definition at line 115 of file climate.py.
| None homeassistant.components.whirlpool.climate.AirConEntity.async_added_to_hass | ( | self | ) |
Connect aircon to the cloud.
Reimplemented from homeassistant.helpers.entity.Entity.
Definition at line 136 of file climate.py.
| None homeassistant.components.whirlpool.climate.AirConEntity.async_set_fan_mode | ( | self, | |
| str | fan_mode | ||
| ) |
Set fan mode.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 207 of file climate.py.
| None homeassistant.components.whirlpool.climate.AirConEntity.async_set_humidity | ( | self, | |
| int | humidity | ||
| ) |
Set new target humidity.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 175 of file climate.py.
| None homeassistant.components.whirlpool.climate.AirConEntity.async_set_hvac_mode | ( | self, | |
| HVACMode | hvac_mode | ||
| ) |
Set HVAC mode.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 188 of file climate.py.
| None homeassistant.components.whirlpool.climate.AirConEntity.async_set_swing_mode | ( | self, | |
| str | swing_mode | ||
| ) |
Set new target temperature.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 218 of file climate.py.
| None homeassistant.components.whirlpool.climate.AirConEntity.async_set_temperature | ( | self, | |
| **Any | kwargs | ||
| ) |
Set new target temperature.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 161 of file climate.py.
| None homeassistant.components.whirlpool.climate.AirConEntity.async_turn_off | ( | self | ) |
Turn device off.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 226 of file climate.py.
| None homeassistant.components.whirlpool.climate.AirConEntity.async_turn_on | ( | self | ) |
Turn device on.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 222 of file climate.py.
| None homeassistant.components.whirlpool.climate.AirConEntity.async_will_remove_from_hass | ( | self | ) |
Close Whrilpool Appliance sockets before removing.
Reimplemented from homeassistant.helpers.entity.Entity.
Definition at line 141 of file climate.py.
| bool homeassistant.components.whirlpool.climate.AirConEntity.available | ( | self | ) |
Return True if entity is available.
Reimplemented from homeassistant.helpers.entity.Entity.
Definition at line 147 of file climate.py.
| int homeassistant.components.whirlpool.climate.AirConEntity.current_humidity | ( | self | ) |
Return the current humidity.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 166 of file climate.py.
| float homeassistant.components.whirlpool.climate.AirConEntity.current_temperature | ( | self | ) |
Return the current temperature.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 152 of file climate.py.
| str homeassistant.components.whirlpool.climate.AirConEntity.fan_mode | ( | self | ) |
Return the fan setting.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 202 of file climate.py.
| HVACMode | None homeassistant.components.whirlpool.climate.AirConEntity.hvac_mode | ( | self | ) |
Return current operation ie. heat, cool, fan.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 180 of file climate.py.
| str homeassistant.components.whirlpool.climate.AirConEntity.swing_mode | ( | self | ) |
Return the swing setting.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 214 of file climate.py.
| int homeassistant.components.whirlpool.climate.AirConEntity.target_humidity | ( | self | ) |
Return the humidity we try to reach.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 171 of file climate.py.
| float homeassistant.components.whirlpool.climate.AirConEntity.target_temperature | ( | self | ) |
Return the temperature we try to reach.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 157 of file climate.py.
|
private |
Definition at line 125 of file climate.py.
|
private |
Definition at line 129 of file climate.py.
|
staticprivate |
Definition at line 96 of file climate.py.
|
staticprivate |
Definition at line 97 of file climate.py.
|
staticprivate |
Definition at line 99 of file climate.py.
|
staticprivate |
Definition at line 100 of file climate.py.
|
staticprivate |
Definition at line 101 of file climate.py.
|
staticprivate |
Definition at line 98 of file climate.py.
|
staticprivate |
Definition at line 102 of file climate.py.
|
staticprivate |
Definition at line 103 of file climate.py.
|
staticprivate |
Definition at line 110 of file climate.py.
|
staticprivate |
Definition at line 111 of file climate.py.
|
staticprivate |
Definition at line 112 of file climate.py.
|
private |
Definition at line 127 of file climate.py.
|
staticprivate |
Definition at line 113 of file climate.py.
| homeassistant.components.whirlpool.climate.AirConEntity.entity_id |
Definition at line 126 of file climate.py.