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.
This commit is contained in:
Sean Mooney 2020-10-06 06:43:26 -04:00 committed by GitHub
parent fca20463a5
commit 9c080c2acc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -110,13 +110,7 @@ Reload `timer`'s configuration without restarting Home Assistant itself. This se
### 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**.
```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