Update timer.markdown (#37424)

This commit is contained in:
rrooggiieerr 2025-02-11 22:37:14 +01:00 committed by GitHub
parent 2324eddbfa
commit 20c20973c0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -113,7 +113,7 @@ Pause a running timer. This will retain the remaining duration for later continu
### Action `timer.cancel` ### Action `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. Cancel a running or paused 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 and paused timers will be canceled.
| Data attribute | Optional | Description | | Data attribute | Optional | Description |
| ---------------------- | -------- | ----------- | | ---------------------- | -------- | ----------- |
@ -121,7 +121,7 @@ Cancel an active timer. This resets the duration to the last known initial value
### Action `timer.finish` ### Action `timer.finish`
Manually finish a running timer earlier than scheduled. You can also use `entity_id: all` and all active timers will be finished. Manually finish a running or paused timer earlier than scheduled. You can also use `entity_id: all` and all active and paused timers will be finished.
| Data attribute | Optional | Description | | Data attribute | Optional | Description |
| ---------------------- | -------- | ----------- | | ---------------------- | -------- | ----------- |