From 9c080c2acc310ea2cfe07adb87f82d2f4b3f605c Mon Sep 17 00:00:00 2001 From: Sean Mooney Date: Tue, 6 Oct 2020 06:43:26 -0400 Subject: [PATCH] Remove unused Services icon from Timer page (#14942) Removed outdated reference to Services sidebar icon, no longer used as of Home Assistant 0.96. Also tweaked the call service instruction as they were outdated too, there's no longer a domain dropdown just Service dropdown. --- source/_integrations/timer.markdown | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/source/_integrations/timer.markdown b/source/_integrations/timer.markdown index 2595218159a..8fb0f2f93ff 100644 --- a/source/_integrations/timer.markdown +++ b/source/_integrations/timer.markdown @@ -110,13 +110,7 @@ Reload `timer`'s configuration without restarting Home Assistant itself. This se ### 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**. - -```json -{ - "entity_id": "timer.timer0" -} -``` +Navigate to **Developer Tools** -> **Services** and select the `timer.start` service, then click the **Fill Example Data** button. Now change the `entity_id` and `duration` and click **Call Service** button. ## Examples