mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 14:56:53 +00:00
Quotes around jinja templates (#14544)
This commit is contained in:
parent
3dade90d05
commit
a425383638
@ -143,11 +143,11 @@ script:
|
|||||||
brightness: 100
|
brightness: 100
|
||||||
- delay:
|
- delay:
|
||||||
# supports seconds, milliseconds, minutes, hours
|
# supports seconds, milliseconds, minutes, hours
|
||||||
minutes: {{ minutes }}
|
minutes: "{{ minutes }}"
|
||||||
- alias: Living room lights on
|
- alias: Living room lights on
|
||||||
service: light.turn_on
|
service: light.turn_on
|
||||||
data:
|
data:
|
||||||
entity_id: {{ turn_on_entity }}
|
entity_id: "{{ turn_on_entity }}"
|
||||||
```
|
```
|
||||||
|
|
||||||
{% endraw %}
|
{% endraw %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user