Update automation_sun.markdown (#10959)

Change to the proper service use. Better to use as an example.
This commit is contained in:
a-r-j-a-n 2019-10-23 20:13:21 +02:00 committed by Franck Nijhof
parent 6353fe3b7f
commit 2ac48b3606

View File

@ -17,7 +17,7 @@ automation:
entity_id: group.all_devices
state: home
action:
service: homeassistant.turn_on
service: light.turn_on
entity_id: group.living_room_lights
```