Update service-calls.markdown (#8505)

per https://github.com/home-assistant/home-assistant/pull/19006
This commit is contained in:
rbflurry 2019-02-13 10:35:43 -05:00 committed by Franck Nijhof
parent 6069f31519
commit 26c8471c8a

View File

@ -22,7 +22,7 @@ Use the <img src='/images/screenshots/developer-tool-services-icon.png' class='n
### {% linkable_title The basics %}
Call the service `homeassistant.turn_on` on the entity `group.living_room`. This will turn all members of `group.living_room` on. You can also omit `entity_id` and it will turn on all possible entities.
Call the service `homeassistant.turn_on` on the entity `group.living_room`. This will turn all members of `group.living_room` on. You can also use `entity_id: all` and it will turn on all possible entities.
```yaml
service: homeassistant.turn_on