Private Attributes | |
| _available | |
| _client | |
Static Private Attributes | |
| tuple | _attr_supported_features |
| _attr_temperature_unit = UnitOfTemperature.FAHRENHEIT | |
| 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 | |
TFIAC class.
Definition at line 80 of file climate.py.
| def homeassistant.components.tfiac.climate.TfiacClimate.__init__ | ( | self, | |
| hass, | |||
| client | |||
| ) |
Init class.
Definition at line 93 of file climate.py.
Set new fan mode.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 188 of file climate.py.
| None homeassistant.components.tfiac.climate.TfiacClimate.async_set_hvac_mode | ( | self, | |
| HVACMode | hvac_mode | ||
| ) |
Set new target hvac mode.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 181 of file climate.py.
| None homeassistant.components.tfiac.climate.TfiacClimate.async_set_swing_mode | ( | self, | |
| str | swing_mode | ||
| ) |
Set new swing mode.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 192 of file climate.py.
| None homeassistant.components.tfiac.climate.TfiacClimate.async_set_temperature | ( | self, | |
| **Any | kwargs | ||
| ) |
Set new target temperature.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 176 of file climate.py.
| None homeassistant.components.tfiac.climate.TfiacClimate.async_turn_off | ( | self | ) |
Turn device off.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 200 of file climate.py.
| None homeassistant.components.tfiac.climate.TfiacClimate.async_turn_on | ( | self | ) |
Turn device on.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 196 of file climate.py.
| None homeassistant.components.tfiac.climate.TfiacClimate.async_update | ( | self | ) |
Update status via socket polling.
Definition at line 103 of file climate.py.
| def homeassistant.components.tfiac.climate.TfiacClimate.available | ( | self | ) |
Return if the device is available.
Reimplemented from homeassistant.helpers.entity.Entity.
Definition at line 99 of file climate.py.
| def homeassistant.components.tfiac.climate.TfiacClimate.current_temperature | ( | self | ) |
Return the current temperature.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 132 of file climate.py.
| def homeassistant.components.tfiac.climate.TfiacClimate.fan_mode | ( | self | ) |
Return the fan setting.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 157 of file climate.py.
| def homeassistant.components.tfiac.climate.TfiacClimate.fan_modes | ( | self | ) |
Return the list of available fan modes.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 162 of file climate.py.
| HVACMode | None homeassistant.components.tfiac.climate.TfiacClimate.hvac_mode | ( | self | ) |
Return hvac operation ie. heat, cool mode. Need to be one of HVAC_MODE_*.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 137 of file climate.py.
| list[HVACMode] homeassistant.components.tfiac.climate.TfiacClimate.hvac_modes | ( | self | ) |
Return the list of available hvac operation modes. Need to be a subset of HVAC_MODES.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 149 of file climate.py.
| def homeassistant.components.tfiac.climate.TfiacClimate.max_temp | ( | self | ) |
Return the maximum temperature.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 117 of file climate.py.
| def homeassistant.components.tfiac.climate.TfiacClimate.min_temp | ( | self | ) |
Return the minimum temperature.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 112 of file climate.py.
| def homeassistant.components.tfiac.climate.TfiacClimate.name | ( | self | ) |
Return the name of the climate device.
Reimplemented from homeassistant.helpers.entity.Entity.
Definition at line 122 of file climate.py.
| def homeassistant.components.tfiac.climate.TfiacClimate.swing_mode | ( | self | ) |
Return the swing setting.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 167 of file climate.py.
| def homeassistant.components.tfiac.climate.TfiacClimate.swing_modes | ( | self | ) |
List of available swing modes.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 172 of file climate.py.
| def homeassistant.components.tfiac.climate.TfiacClimate.target_temperature | ( | self | ) |
Return the temperature we try to reach.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 127 of file climate.py.
|
staticprivate |
Definition at line 83 of file climate.py.
|
staticprivate |
Definition at line 90 of file climate.py.
|
private |
Definition at line 96 of file climate.py.
|
private |
Definition at line 95 of file climate.py.
|
staticprivate |
Definition at line 91 of file climate.py.