Corrected action for template switch documentation (#7954)

Changed `turn_on` to `turn_off`.
This commit is contained in:
Drew Budwin 2018-12-26 11:46:20 -05:00 committed by Joakim Sørensen
parent cb115f09de
commit 1cfc7eefd2

View File

@ -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
```