mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 01:06:52 +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
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user