Skip to content

Commit 9705325

Browse files
authored
change homeassistant.turn_on to light.turn_on
1 parent 23a4c1f commit 9705325

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/_docs/automation/action.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ automation:
2121
platform: sun
2222
event: sunset
2323
action:
24-
service: homeassistant.turn_on
24+
service: light.turn_on
2525
entity_id:
2626
- light.kitchen
2727
- light.living_room

0 commit comments

Comments
 (0)