mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-09 18:36:51 +00:00
Update timer.markdown (#8719)
Adjusted heading level from H4 to H3 to match other tiles on same level.
This commit is contained in:
parent
1bc7d8beea
commit
708f1675df
@ -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.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user