From 00712a94688ee8fd6b3cd2c6b98a92b8ad22117c Mon Sep 17 00:00:00 2001 From: G Johansson Date: Tue, 26 Sep 2023 10:49:39 +0200 Subject: [PATCH] Timer adapt duration for `timer.start` service call (#28875) --- source/_integrations/timer.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/timer.markdown b/source/_integrations/timer.markdown index 97beeeed51c..be5bf9b7eee 100644 --- a/source/_integrations/timer.markdown +++ b/source/_integrations/timer.markdown @@ -91,7 +91,7 @@ Pick an icon from [Material Design Icons](https://pictogrammers.com/library/mdi/ ### Service `timer.start` -Starts or restarts a timer with the provided duration. If no duration is given, it will either restart with its initial value, or continue a paused timer with the remaining duration. If a new duration is provided, this will be the new default for the timer until Home Assistant is restarted (which loads your default values). The duration can be specified as a number of seconds or the easier to read `01:23:45` format. +Starts or restarts a timer with the provided duration. If no duration is given, it will either restart with its initial value, or continue a paused timer with the remaining duration. If a new duration is provided, this will be the duration for the timer until it finishes or is canceled, which then will reset the duration back to the original configured value. The duration can be specified as a number of seconds or the easier to read `01:23:45` format. You can also use `entity_id: all` and all active timers will be started. | Service data attribute | Optional | Description |