We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27c7cff commit 699523fCopy full SHA for 699523f
source/_components/switch.command_line.markdown
@@ -59,7 +59,7 @@ switch:
59
command_on: "/usr/bin/curl -X GET http://192.168.1.10/digital/4/1"
60
command_off: "/usr/bin/curl -X GET http://192.168.1.10/digital/4/0"
61
command_state: "/usr/bin/curl -X GET http://192.168.1.10/digital/4"
62
- value_template: '{% raw %}{{ return_value == "1" }}{% endraw %}'
+ value_template: '{% raw %}{{ value == "1" }}{% endraw %}'
63
friendly_name: Kitchen Lightswitch
64
```
65
0 commit comments