Clarify meaning of start duration (#25915)

This commit is contained in:
Johan Vromans 2023-01-24 12:03:04 +01:00 committed by GitHub
parent b9cd9ec6c3
commit 160a8ef9a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -90,7 +90,7 @@ You can also use `entity_id: all` and all active timers will be started.
| Service data attribute | Optional | Description |
| ---------------------- | -------- | ----------- |
| `entity_id` | no | Name of the entity to take action, e.g., `timer.timer0`. |
| `duration` | yes | Duration in seconds or `00:00:00` until the timer finishes. |
| `duration` | yes | Duration in seconds or `01:23:45` format until the timer finishes. |
### Service `timer.pause`