mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-14 04:46:49 +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
|
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…
x
Reference in New Issue
Block a user