From 1133fdb63ca2f198ee9d705faa9c1fba2da740fc Mon Sep 17 00:00:00 2001 From: Matthew Byington Date: Tue, 4 Oct 2022 11:09:31 -0700 Subject: [PATCH] Fix minor typo in Timer documentation (#24371) Co-authored-by: Matt Byington --- 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 d8002cb77cd..3bcf43802fb 100644 --- a/source/_integrations/timer.markdown +++ b/source/_integrations/timer.markdown @@ -12,7 +12,7 @@ ha_integration_type: helper The `timer` integration aims to simplify automations based on (dynamic) durations. -When a timer finishes or gets canceled the corresponding events are fired. This allows you to differentiate if a timer has switched from `active` to `idle` because the given duration has elapsed or it has been canceled. To control timers in your automations you can use the services mentioned below. When calling the `start` service on a timer that is already running, it resets the duration it will need to finish and restart the timer without triggering a canceled or finished event. This, for example, makes it easy to create timed lights that get triggered by motion. Starting a timer triggers a started event unless the timer is paused, in that case, it triggers a restarted event. +When a timer finishes or gets canceled the corresponding events are fired. This allows you to differentiate if a timer has switched from `active` to `idle` because the given duration has elapsed or it has been canceled. To control timers in your automations you can use the services mentioned below. When calling the `start` service on a timer that is already running, it resets the duration it will need to finish and restarts the timer without triggering a canceled or finished event. This, for example, makes it easy to create timed lights that get triggered by motion. Starting a timer triggers a started event unless the timer is paused, in that case, it triggers a restarted event. ## Configuration