mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-08 18:06:54 +00:00
Fix service call list (#8219)
This was intended as a list but was all on a single line
This commit is contained in:
parent
c4a4438bbc
commit
614e17d291
@ -61,10 +61,9 @@ You can use the Services Developer Tool to test data to pass in a service call.
|
|||||||
For example, you may test turning on or off a 'group' (See [groups] for more info)
|
For example, you may test turning on or off a 'group' (See [groups] for more info)
|
||||||
|
|
||||||
To turn a group on or off, pass the following info:
|
To turn a group on or off, pass the following info:
|
||||||
Domain: `homeassistant`
|
- Domain: `homeassistant`
|
||||||
Service: `turn_on`
|
- Service: `turn_on`
|
||||||
Service Data: `{ "entity_id": "group.kitchen" }`
|
- Service Data: `{ "entity_id": "group.kitchen" }`
|
||||||
|
|
||||||
|
|
||||||
### {% linkable_title Use templates to determine the attributes %}
|
### {% linkable_title Use templates to determine the attributes %}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user