change homeassistant.turn_on to light.turn_on (#2691)
This commit is contained in:
parent
23a4c1fa5b
commit
8de72a75cb
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ automation:
|
|||
platform: sun
|
||||
event: sunset
|
||||
action:
|
||||
service: homeassistant.turn_on
|
||||
service: light.turn_on
|
||||
entity_id:
|
||||
- light.kitchen
|
||||
- light.living_room
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue