Add timer.reload service documentation. (#11475)

* Add timer.reload service documentation.

* ✏️ Tweak


Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
Alexei Chetroi 2019-12-19 03:01:57 -05:00 committed by Franck Nijhof
parent 4b60008812
commit ba9aab7a15

View File

@ -96,6 +96,10 @@ Manually finish a running timer earlier than scheduled. You can also use `entity
| ---------------------- | -------- | ----------- |
| `entity_id` | no | Name of the entity to take action, e.g., `timer.timer0`. |
### Service `timer.reload`
Reload `timer`'s configuration without restarting Home Assistant itself. This service takes no service data attributes.
### Use the service
Select <img src='/images/screenshots/developer-tool-services-icon.png' alt='service developer tool icon' class="no-shadow" height="38" /> **Services** from the **Developer Tools**. Choose **timer** from the list of **Domains**, select the **Service**, enter something like the sample below into the **Service Data** field, and hit **CALL SERVICE**.