From 20c20973c06292f94a91b7ba296627c5a79d3f12 Mon Sep 17 00:00:00 2001 From: rrooggiieerr Date: Tue, 11 Feb 2025 22:37:14 +0100 Subject: [PATCH] Update timer.markdown (#37424) --- source/_integrations/timer.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_integrations/timer.markdown b/source/_integrations/timer.markdown index a1e6d3c4514..508de31fa23 100644 --- a/source/_integrations/timer.markdown +++ b/source/_integrations/timer.markdown @@ -113,7 +113,7 @@ Pause a running timer. This will retain the remaining duration for later continu ### Action `timer.cancel` -Cancel an active timer. This resets the duration to the last known initial value without firing the `timer.finished` event. You can also use `entity_id: all` and all active timers will be canceled. +Cancel a running or paused timer. This resets the duration to the last known initial value without firing the `timer.finished` event. You can also use `entity_id: all` and all active and paused timers will be canceled. | Data attribute | Optional | Description | | ---------------------- | -------- | ----------- | @@ -121,7 +121,7 @@ Cancel an active timer. This resets the duration to the last known initial value ### Action `timer.finish` -Manually finish a running timer earlier than scheduled. You can also use `entity_id: all` and all active timers will be finished. +Manually finish a running or paused timer earlier than scheduled. You can also use `entity_id: all` and all active and paused timers will be finished. | Data attribute | Optional | Description | | ---------------------- | -------- | ----------- |