From 60dd4ba686b2ce2c611c4f2605216489322bb0db Mon Sep 17 00:00:00 2001 From: rich-kettlewell <122128709+rich-kettlewell@users.noreply.github.com> Date: Tue, 25 Apr 2023 08:27:09 +0100 Subject: [PATCH] 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) --- source/_integrations/tado.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/tado.markdown b/source/_integrations/tado.markdown index 7cdbc322fe2..8e090b6b570 100644 --- a/source/_integrations/tado.markdown +++ b/source/_integrations/tado.markdown @@ -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 | | ---------------------- | -------- | ---------------------------------------------------------------------- | -| `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` | | `temperature` | yes | String, The required target temperature e.g., `20.5` |