diff --git a/source/_components/timer.markdown b/source/_components/timer.markdown index 27d4b524619..3e914d73130 100644 --- a/source/_components/timer.markdown +++ b/source/_components/timer.markdown @@ -85,7 +85,7 @@ Pause a running timer. This will retain the remaining duration for later continu | ---------------------- | -------- | ----------- | | `entity_id` | no | Name of the entity to take action, e.g., `timer.timer0`. | -#### {% linkable_title Service `timer.cancel` %} +### {% linkable_title Service `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. @@ -93,7 +93,7 @@ Cancel an active timer. This resets the duration to the last known initial value | ---------------------- | -------- | ----------- | | `entity_id` | no | Name of the entity to take action, e.g., `timer.timer0`. | -#### {% linkable_title Service `timer.finish` %} +### {% linkable_title Service `timer.finish` %} Manually finish a running timer earlier than scheduled. You can also use `entity_id: all` and all active timers will be finished.