Static Private Attributes | |
| _attr_hvac_mode = HVACMode.HEAT | |
| list | _attr_hvac_modes = [HVACMode.HEAT] |
| _attr_preset_modes = list(PRESET_MODES.values()) | |
| 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.components.smarttub.entity.SmartTubEntity | |
| spa | |
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 | |
The target water temperature for the spa.
Definition at line 58 of file climate.py.
| def homeassistant.components.smarttub.climate.SmartTubThermostat.__init__ | ( | self, | |
| coordinator, | |||
| spa | |||
| ) |
Initialize the entity.
Definition at line 73 of file climate.py.
| None homeassistant.components.smarttub.climate.SmartTubThermostat.async_set_hvac_mode | ( | self, | |
| HVACMode | hvac_mode | ||
| ) |
Set new target hvac mode. As with hvac_mode, we don't really have an option here.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 82 of file climate.py.
| None homeassistant.components.smarttub.climate.SmartTubThermostat.async_set_preset_mode | ( | self, | |
| str | preset_mode | ||
| ) |
Activate the specified preset mode.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 128 of file climate.py.
| None homeassistant.components.smarttub.climate.SmartTubThermostat.async_set_temperature | ( | self, | |
| **Any | kwargs | ||
| ) |
Set new target temperature.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 122 of file climate.py.
| def homeassistant.components.smarttub.climate.SmartTubThermostat.current_temperature | ( | self | ) |
Return the current water temperature.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 113 of file climate.py.
| HVACAction | None homeassistant.components.smarttub.climate.SmartTubThermostat.hvac_action | ( | self | ) |
Return the current running hvac operation.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 78 of file climate.py.
| def homeassistant.components.smarttub.climate.SmartTubThermostat.max_temp | ( | self | ) |
Return the maximum temperature.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 100 of file climate.py.
| def homeassistant.components.smarttub.climate.SmartTubThermostat.min_temp | ( | self | ) |
Return the minimum temperature.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 92 of file climate.py.
| def homeassistant.components.smarttub.climate.SmartTubThermostat.preset_mode | ( | self | ) |
Return the current preset mode.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 108 of file climate.py.
| def homeassistant.components.smarttub.climate.SmartTubThermostat.target_temperature | ( | self | ) |
Return the target water temperature.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 118 of file climate.py.
|
staticprivate |
Definition at line 63 of file climate.py.
|
staticprivate |
Definition at line 64 of file climate.py.
|
staticprivate |
Definition at line 70 of file climate.py.
|
staticprivate |
Definition at line 66 of file climate.py.
|
staticprivate |
Definition at line 69 of file climate.py.
|
staticprivate |
Definition at line 71 of file climate.py.