From ba9aab7a1538b1fa1bb422574e259fa14e91f958 Mon Sep 17 00:00:00 2001 From: Alexei Chetroi Date: Thu, 19 Dec 2019 03:01:57 -0500 Subject: [PATCH] Add timer.reload service documentation. (#11475) * Add timer.reload service documentation. * :pencil2: Tweak Co-authored-by: Franck Nijhof --- source/_integrations/timer.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/_integrations/timer.markdown b/source/_integrations/timer.markdown index acdac91e773..9f3e563728d 100644 --- a/source/_integrations/timer.markdown +++ b/source/_integrations/timer.markdown @@ -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 service developer tool icon **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**.