mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 16:27:19 +00:00
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:
parent
fca20463a5
commit
9c080c2acc
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user