mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 16:56:50 +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
|
### 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**.
|
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.
|
||||||
|
|
||||||
```json
|
|
||||||
{
|
|
||||||
"entity_id": "timer.timer0"
|
|
||||||
}
|
|
||||||
```
|
|
||||||
|
|
||||||
## Examples
|
## Examples
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user