Static Private Attributes | |
| _attr_hvac_modes = list(HVACMODE_REVERSE) | |
| _attr_preset_modes = list(PRESETMODES) | |
| tuple | _attr_supported_features |
| _attr_temperature_unit = UnitOfTemperature.CELSIUS | |
| string | _attr_translation_key = "duotecno" |
| 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 Duotecno climate entity.
Definition at line 46 of file climate.py.
| None homeassistant.components.duotecno.climate.DuotecnoClimate.async_set_hvac_mode | ( | self, | |
| HVACMode | hvac_mode | ||
| ) |
Duotecno does not support setting this, we can only display it.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 95 of file climate.py.
| None homeassistant.components.duotecno.climate.DuotecnoClimate.async_set_preset_mode | ( | self, | |
| str | preset_mode | ||
| ) |
Set the preset mode.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 90 of file climate.py.
| None homeassistant.components.duotecno.climate.DuotecnoClimate.async_set_temperature | ( | self, | |
| **Any | kwargs | ||
| ) |
Set new target temperatures.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 83 of file climate.py.
Get the current temperature.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 63 of file climate.py.
| HVACMode homeassistant.components.duotecno.climate.DuotecnoClimate.hvac_mode | ( | self | ) |
Get the current hvac_mode.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 73 of file climate.py.
| str homeassistant.components.duotecno.climate.DuotecnoClimate.preset_mode | ( | self | ) |
Get the preset mode.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 78 of file climate.py.
Get the target temperature.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 68 of file climate.py.
|
staticprivate |
Definition at line 57 of file climate.py.
|
staticprivate |
Definition at line 58 of file climate.py.
|
staticprivate |
Definition at line 50 of file climate.py.
|
staticprivate |
Definition at line 56 of file climate.py.
|
staticprivate |
Definition at line 59 of file climate.py.
|
staticprivate |
Definition at line 60 of file climate.py.