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:
parent
e3c6e65f19
commit
89406e3ea0
1 changed files with 3 additions and 4 deletions
|
@ -22,13 +22,12 @@ automation:
|
|||
event: sunset
|
||||
action:
|
||||
service: light.turn_on
|
||||
entity_id:
|
||||
- light.kitchen
|
||||
- light.living_room
|
||||
data:
|
||||
brightness: 150
|
||||
rgb_color: [255, 0, 0]
|
||||
|
||||
entity_id:
|
||||
- light.kitchen
|
||||
- light.living_room
|
||||
automation 2:
|
||||
# Notify me on my mobile phone of an event
|
||||
trigger:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue