mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-04-30 00:07:35 +00:00
Fix warning
This commit is contained in:
parent
1bb8aeccd1
commit
4cde3536d2
@ -48,7 +48,7 @@ If you want to migrate your old automations to use the editor, you'll have to co
|
|||||||
below: 25
|
below: 25
|
||||||
condition: numeric_state
|
condition: numeric_state
|
||||||
entity_id: sensor.temperature
|
entity_id: sensor.temperature
|
||||||
value_template: '{{ float(state.state) + 2 }}'
|
value_template: '{% raw %}{{ float(state.state) + 2 }}{% endraw %}'
|
||||||
action:
|
action:
|
||||||
- service: light.turn_on
|
- service: light.turn_on
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user