Consistency update (#5136)

It was pointed out that everywhere else `entity_id:` is in the `data:` section for `light.turn_on`. Updating the example here to be consistent with that.
This commit is contained in:
DubhAd 2018-04-09 19:15:34 +01:00 committed by Franck Nijhof
parent e3c6e65f19
commit 89406e3ea0

View File

@ -22,13 +22,12 @@ automation:
event: sunset event: sunset
action: action:
service: light.turn_on service: light.turn_on
entity_id:
- light.kitchen
- light.living_room
data: data:
brightness: 150 brightness: 150
rgb_color: [255, 0, 0] rgb_color: [255, 0, 0]
entity_id:
- light.kitchen
- light.living_room
automation 2: automation 2:
# Notify me on my mobile phone of an event # Notify me on my mobile phone of an event
trigger: trigger: