Added missing quotes for value_template value (#11507)

* added missing quotes for value_template value

* removed redundant quotes for value_template
This commit is contained in:
Florijan Hamzic 2019-12-20 22:38:41 +01:00 committed by Franck Nijhof
parent a368c0b51e
commit c887e81e3a

View File

@ -93,7 +93,7 @@ condition:
above: 17
below: 25
# If your sensor value needs to be adjusted
value_template: {% raw %}{{ float(state.state) + 2 }}{% endraw %}
value_template: {% raw %}'{{ float(state.state) + 2 }}'{% endraw %}
```
### State condition