Update timer.markdown (#8719)

Adjusted heading level from H4 to H3 to match other tiles on same level.
This commit is contained in:
Björn Lindahl 2019-02-25 07:40:16 +01:00 committed by Fabian Affolter
parent 1bc7d8beea
commit 708f1675df

View File

@ -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.