From 02d9817461b1243132b9bcaebad57ab0de530905 Mon Sep 17 00:00:00 2001 From: north3221 Date: Tue, 26 Apr 2022 12:01:11 +0100 Subject: [PATCH] Adding to the set climate timer service as part of code pr (#21660) --- source/_integrations/tado.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/_integrations/tado.markdown b/source/_integrations/tado.markdown index f644d3e51ca..f55328ae188 100644 --- a/source/_integrations/tado.markdown +++ b/source/_integrations/tado.markdown @@ -125,8 +125,9 @@ You can use the service `tado.set_climate_timer` to set your Tado climate device | Service data attribute | Optional | Description | | ---------------------- | -------- | ---------------------------------------------------------------------- | | `entity_id` | yes | String, Name of entity e.g., `climate.heating` | -| `time_period` | no | Time Period, Period of time the boost should last for e.g., `01:30:00` | | `temperature` | no | String, The required target temperature e.g., `20.5` | +| `time_period` | yes | Time Period, Period of time the boost should last for e.g., `01:30:00` | +| `overlay` | yes | Override your defaults setting. NB dont set this and the time period | ### Service `tado.set_water_heater_timer`