Fix configuration sample

This commit is contained in:
Fabian Affolter 2016-01-26 16:42:39 +01:00
parent ddf9f6a055
commit ef9472a22a
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ binary_sensor:
command: cat /proc/sys/net/ipv4/ip_forward
name: 'IP4 forwarding'
payload_on: "1"
payload_of: "0"
payload_off: "0"
value_template: '{% raw %}{{ value.x }}{% endraw %}'
```

View File

@ -24,7 +24,7 @@ binary_sensor:
name: "MQTT Sensor"
qos: 0
payload_on: "ON"
payload_of: "OFF"
payload_off: "OFF"
value_template: '{% raw %}{{ value.x }}{% endraw %}'
```