mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-16 13:56:53 +00:00
Corrected action for template switch documentation (#7954)
Changed `turn_on` to `turn_off`.
This commit is contained in:
parent
cb115f09de
commit
1cfc7eefd2
@ -37,7 +37,7 @@ switch:
|
|||||||
data:
|
data:
|
||||||
entity_id: switch.skylight_open
|
entity_id: switch.skylight_open
|
||||||
turn_off:
|
turn_off:
|
||||||
service: switch.turn_on
|
service: switch.turn_off
|
||||||
data:
|
data:
|
||||||
entity_id: switch.skylight_close
|
entity_id: switch.skylight_close
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user