From 708f1675dfcb0443c471b2d44b47016ddcf33511 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Lindahl?= Date: Mon, 25 Feb 2019 07:40:16 +0100 Subject: [PATCH] Update timer.markdown (#8719) Adjusted heading level from H4 to H3 to match other tiles on same level. --- source/_components/timer.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.