mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-13 12:26:50 +00:00
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
@ -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…
x
Reference in New Issue
Block a user