mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 00:36:49 +00:00
Clarify how to set operation mode in A. O. Smith docs (#30687)
This commit is contained in:
parent
41a6db990e
commit
b24fef2e4b
@ -38,6 +38,17 @@ The water heater entity offers the following capabilities:
|
||||
- Change operation mode
|
||||
- Enable/disable away mode (will set the water heater to "vacation" mode)
|
||||
|
||||
#### Operation modes
|
||||
|
||||
This table shows the supported operation modes. The available modes will depend on your specific water heater model.
|
||||
|
||||
| Mode displayed in A. O. Smith app | Mode displayed in Home Assistant | Mode name for `water_heater.set_operation_mode` service |
|
||||
| ---------------------------------- | -------------------------------- | ------------------------------------------------------- |
|
||||
| Electric/Standard | Electric | `electric` |
|
||||
| Hybrid | Eco | `eco` |
|
||||
| Heat Pump | Heat Pump | `heat_pump` |
|
||||
| Vacation | N/A - use away mode | N/A - use `water_heater.set_away_mode` |
|
||||
|
||||
### Sensor
|
||||
|
||||
The following sensor entities are available:
|
||||
|
Loading…
x
Reference in New Issue
Block a user