Static Private Attributes | |
| list | _attr_hvac_modes = [HVACMode.HEAT, HVACMode.COOL] |
| _attr_preset_modes = list(PRESET_MODES) | |
| tuple | _attr_supported_features |
| _attr_temperature_unit = UnitOfTemperature.CELSIUS | |
| 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.components.velbus.entity.VelbusEntity | |
| bool | |
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 Velbus thermostat.
Definition at line 35 of file climate.py.
| None homeassistant.components.velbus.climate.VelbusClimate.async_set_hvac_mode | ( | self, | |
| HVACMode | hvac_mode | ||
| ) |
Set the new hvac mode.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 89 of file climate.py.
| None homeassistant.components.velbus.climate.VelbusClimate.async_set_preset_mode | ( | self, | |
| str | preset_mode | ||
| ) |
Set the new preset mode.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 83 of file climate.py.
| None homeassistant.components.velbus.climate.VelbusClimate.async_set_temperature | ( | self, | |
| **Any | kwargs | ||
| ) |
Set new target temperatures.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 75 of file climate.py.
| int | None homeassistant.components.velbus.climate.VelbusClimate.current_temperature | ( | self | ) |
Return the current temperature.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 65 of file climate.py.
| HVACMode homeassistant.components.velbus.climate.VelbusClimate.hvac_mode | ( | self | ) |
Return the current hvac mode based on cool_mode message.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 70 of file climate.py.
Return the current Preset for this channel.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 53 of file climate.py.
Return the temperature we try to reach.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 48 of file climate.py.
|
staticprivate |
Definition at line 43 of file climate.py.
|
staticprivate |
Definition at line 44 of file climate.py.
|
staticprivate |
Definition at line 39 of file climate.py.
|
staticprivate |
Definition at line 42 of file climate.py.
|
staticprivate |
Definition at line 45 of file climate.py.