Clarify how to set operation mode in A. O. Smith docs (#30687)

This commit is contained in:
Brandon Rothweiler 2024-01-08 04:05:27 -05:00 committed by GitHub
parent 41a6db990e
commit b24fef2e4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,6 +38,17 @@ The water heater entity offers the following capabilities:
- Change operation mode - Change operation mode
- Enable/disable away mode (will set the water heater to "vacation" 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 ### Sensor
The following sensor entities are available: The following sensor entities are available: