Private Attributes | |
| _attr_unique_id | |
Static Private Attributes | |
| int | _attr_min_temp = 95 |
| _attr_name = None | |
| _attr_temperature_unit = UnitOfTemperature.FAHRENHEIT | |
Additional Inherited Members | |
Public Attributes inherited from homeassistant.components.aosmith.coordinator.AOSmithStatusCoordinator | |
| client | |
| update_interval | |
Public Attributes inherited from homeassistant.helpers.update_coordinator.DataUpdateCoordinator | |
| always_update | |
| config_entry | |
| data | |
| hass | |
| last_exception | |
| last_update_success | |
| logger | |
| name | |
| setup_method | |
| update_interval | |
| update_method | |
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.water_heater.WaterHeaterEntity | |
| None | |
| WaterHeaterEntityFeature | |
Static Public Attributes inherited from homeassistant.helpers.entity.Entity | |
| bool | |
| EntityPlatform | |
| HomeAssistant | |
| None | |
| StateInfo | |
| StateType | |
| str | |
The water heater entity for the A. O. Smith integration.
Definition at line 60 of file water_heater.py.
| None homeassistant.components.aosmith.water_heater.AOSmithWaterHeaterEntity.__init__ | ( | self, | |
| AOSmithStatusCoordinator | coordinator, | ||
| str | junction_id | ||
| ) |
Initialize the entity.
Definition at line 67 of file water_heater.py.
| None homeassistant.components.aosmith.water_heater.AOSmithWaterHeaterEntity.async_set_operation_mode | ( | self, | |
| str | operation_mode | ||
| ) |
Set new target operation mode.
Reimplemented from homeassistant.components.water_heater.WaterHeaterEntity.
Definition at line 128 of file water_heater.py.
| None homeassistant.components.aosmith.water_heater.AOSmithWaterHeaterEntity.async_set_temperature | ( | self, | |
| **Any | kwargs | ||
| ) |
Set new target temperature.
Reimplemented from homeassistant.components.water_heater.WaterHeaterEntity.
Definition at line 139 of file water_heater.py.
| None homeassistant.components.aosmith.water_heater.AOSmithWaterHeaterEntity.async_turn_away_mode_off | ( | self | ) |
Turn away mode off.
Reimplemented from homeassistant.components.water_heater.WaterHeaterEntity.
Definition at line 153 of file water_heater.py.
| None homeassistant.components.aosmith.water_heater.AOSmithWaterHeaterEntity.async_turn_away_mode_on | ( | self | ) |
Turn away mode on.
Reimplemented from homeassistant.components.water_heater.WaterHeaterEntity.
Definition at line 147 of file water_heater.py.
| str homeassistant.components.aosmith.water_heater.AOSmithWaterHeaterEntity.current_operation | ( | self | ) |
Return the current operation mode.
Reimplemented from homeassistant.components.water_heater.WaterHeaterEntity.
Definition at line 119 of file water_heater.py.
| def homeassistant.components.aosmith.water_heater.AOSmithWaterHeaterEntity.is_away_mode_on | ( | self | ) |
Return True if away mode is on.
Reimplemented from homeassistant.components.water_heater.WaterHeaterEntity.
Definition at line 124 of file water_heater.py.
| float homeassistant.components.aosmith.water_heater.AOSmithWaterHeaterEntity.max_temp | ( | self | ) |
Return the maximum temperature.
Reimplemented from homeassistant.components.water_heater.WaterHeaterEntity.
Definition at line 114 of file water_heater.py.
| list[str] homeassistant.components.aosmith.water_heater.AOSmithWaterHeaterEntity.operation_list | ( | self | ) |
Return the list of supported operation modes.
Reimplemented from homeassistant.components.water_heater.WaterHeaterEntity.
Definition at line 77 of file water_heater.py.
| WaterHeaterEntityFeature homeassistant.components.aosmith.water_heater.AOSmithWaterHeaterEntity.supported_features | ( | self | ) |
Return the list of supported features.
Reimplemented from homeassistant.components.water_heater.WaterHeaterEntity.
Definition at line 90 of file water_heater.py.
| float | None homeassistant.components.aosmith.water_heater.AOSmithWaterHeaterEntity.target_temperature | ( | self | ) |
Return the temperature we try to reach.
Reimplemented from homeassistant.components.water_heater.WaterHeaterEntity.
Definition at line 109 of file water_heater.py.
|
staticprivate |
Definition at line 65 of file water_heater.py.
|
staticprivate |
Definition at line 63 of file water_heater.py.
|
staticprivate |
Definition at line 64 of file water_heater.py.
|
private |
Definition at line 74 of file water_heater.py.