Skip to content

Commit

Permalink
Corrected action for template switch documentation (home-assistant#7954)
Browse files Browse the repository at this point in the history
Changed `turn_on` to `turn_off`.
  • Loading branch information
dbudwin authored and alengwenus committed Feb 24, 2019
1 parent c5e20a3 commit f8cb955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/_components/switch.template.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ switch:
data:
entity_id: switch.skylight_open
turn_off:
service: switch.turn_on
service: switch.turn_off
data:
entity_id: switch.skylight_close
```
Expand Down

0 comments on commit f8cb955

Please sign in to comment.