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 ludeeus committed Dec 26, 2018
1 parent cb115f0 commit 1cfc7ee
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 1cfc7ee

Please sign in to comment.