Skip to content

Commit 9c080c2

Browse files
authored
Remove unused Services icon from Timer page (home-assistant#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.
1 parent fca2046 commit 9c080c2

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

source/_integrations/timer.markdown

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -110,13 +110,7 @@ Reload `timer`'s configuration without restarting Home Assistant itself. This se
110110

111111
### Use the service
112112

113-
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**.
114-
115-
```json
116-
{
117-
"entity_id": "timer.timer0"
118-
}
119-
```
113+
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.
120114

121115
## Examples
122116

0 commit comments

Comments
 (0)