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
|
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:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue