Fix service call list (#8219)

This was intended as a list but was all on a single line
This commit is contained in:
Jorim Tielemans 2019-01-20 20:56:50 +01:00 committed by Fabian Affolter
parent c4a4438bbc
commit 614e17d291

View File

@ -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)
To turn a group on or off, pass the following info:
Domain: `homeassistant`
Service: `turn_on`
Service Data: `{ "entity_id": "group.kitchen" }`
- Domain: `homeassistant`
- Service: `turn_on`
- Service Data: `{ "entity_id": "group.kitchen" }`
### {% linkable_title Use templates to determine the attributes %}