Update tado.markdown (#27048)

fixed to use a water_heater entity, update the suggestion in the docs to use the entity name that Tado assigns to the hot water by default. (relates to home-assistant/core#91364)
This commit is contained in:
rich-kettlewell 2023-04-25 08:27:09 +01:00 committed by GitHub
parent a843b15e58
commit 60dd4ba686
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -134,7 +134,7 @@ You can use the service `tado.set_water_heater_timer` to set your water heater t
| Service data attribute | Optional | Description | | Service data attribute | Optional | Description |
| ---------------------- | -------- | ---------------------------------------------------------------------- | | ---------------------- | -------- | ---------------------------------------------------------------------- |
| `entity_id` | yes | String, Name of entity e.g., `climate.heating` | | `entity_id` | yes | String, Name of entity e.g., `water_heater.hot_water` |
| `time_period` | no | Time Period, Period of time the boost should last for e.g., `01:30:00` | | `time_period` | no | Time Period, Period of time the boost should last for e.g., `01:30:00` |
| `temperature` | yes | String, The required target temperature e.g., `20.5` | | `temperature` | yes | String, The required target temperature e.g., `20.5` |