Private Attributes | |
| _attr_fan_modes | |
| _attr_preset_modes | |
| _blower | |
| _fan_mode_map | |
Static Private Attributes | |
| list | _attr_hvac_modes = [HVACMode.HEAT, HVACMode.OFF] |
| _attr_name = None | |
| tuple | _attr_supported_features |
| _attr_translation_key = DOMAIN | |
| 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 Balboa spa climate entity.
Definition at line 56 of file climate.py.
| None homeassistant.components.balboa.climate.BalboaClimateEntity.__init__ | ( | self, | |
| SpaClient | client | ||
| ) |
Initialize the climate entity.
Definition at line 70 of file climate.py.
| None homeassistant.components.balboa.climate.BalboaClimateEntity.async_set_fan_mode | ( | self, | |
| str | fan_mode | ||
| ) |
Set new fan mode.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 144 of file climate.py.
| None homeassistant.components.balboa.climate.BalboaClimateEntity.async_set_hvac_mode | ( | self, | |
| HVACMode | hvac_mode | ||
| ) |
Set new target hvac mode.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 149 of file climate.py.
| None homeassistant.components.balboa.climate.BalboaClimateEntity.async_set_preset_mode | ( | self, | |
| str | preset_mode | ||
| ) |
Set new preset mode.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 140 of file climate.py.
| None homeassistant.components.balboa.climate.BalboaClimateEntity.async_set_temperature | ( | self, | |
| **Any | kwargs | ||
| ) |
Set a new target temperature.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 136 of file climate.py.
| float | None homeassistant.components.balboa.climate.BalboaClimateEntity.current_temperature | ( | self | ) |
Return the current temperature.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 112 of file climate.py.
Return the fan setting.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 93 of file climate.py.
| HVACAction homeassistant.components.balboa.climate.BalboaClimateEntity.hvac_action | ( | self | ) |
Return the current operation mode.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 88 of file climate.py.
| HVACMode | None homeassistant.components.balboa.climate.BalboaClimateEntity.hvac_mode | ( | self | ) |
Return the current HVAC mode.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 83 of file climate.py.
| float homeassistant.components.balboa.climate.BalboaClimateEntity.max_temp | ( | self | ) |
Return the minimum temperature supported by the spa.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 127 of file climate.py.
| float homeassistant.components.balboa.climate.BalboaClimateEntity.min_temp | ( | self | ) |
Return the minimum temperature supported by the spa.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 122 of file climate.py.
| float homeassistant.components.balboa.climate.BalboaClimateEntity.precision | ( | self | ) |
Return the precision of the system.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 100 of file climate.py.
| str homeassistant.components.balboa.climate.BalboaClimateEntity.preset_mode | ( | self | ) |
Return current preset mode.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 132 of file climate.py.
| float homeassistant.components.balboa.climate.BalboaClimateEntity.target_temperature | ( | self | ) |
Return the target temperature we try to reach.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 117 of file climate.py.
| str homeassistant.components.balboa.climate.BalboaClimateEntity.temperature_unit | ( | self | ) |
Return the unit of measurement used by the platform.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 107 of file climate.py.
|
private |
Definition at line 80 of file climate.py.
|
staticprivate |
Definition at line 59 of file climate.py.
|
staticprivate |
Definition at line 67 of file climate.py.
|
private |
Definition at line 73 of file climate.py.
|
staticprivate |
Definition at line 60 of file climate.py.
|
staticprivate |
Definition at line 66 of file climate.py.
|
private |
Definition at line 77 of file climate.py.
|
staticprivate |
Definition at line 68 of file climate.py.
|
private |
Definition at line 79 of file climate.py.