Fix warning
This commit is contained in:
parent
1bb8aeccd1
commit
4cde3536d2
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ If you want to migrate your old automations to use the editor, you'll have to co
|
|||
below: 25
|
||||
condition: numeric_state
|
||||
entity_id: sensor.temperature
|
||||
value_template: '{{ float(state.state) + 2 }}'
|
||||
value_template: '{% raw %}{{ float(state.state) + 2 }}{% endraw %}'
|
||||
action:
|
||||
- service: light.turn_on
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue