mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
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:
parent
a368c0b51e
commit
c887e81e3a
@ -93,7 +93,7 @@ condition:
|
|||||||
above: 17
|
above: 17
|
||||||
below: 25
|
below: 25
|
||||||
# If your sensor value needs to be adjusted
|
# 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
|
### State condition
|
||||||
|
Loading…
x
Reference in New Issue
Block a user