mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Invalid syntax in Automation Trigger example (#978)
Contains single quotes on inside and outside. Fix uses double quotes on outside and single on inside.
This commit is contained in:
parent
29cfe09544
commit
41bc9020b4
@ -98,7 +98,7 @@ Template triggers work by evaluating a [template] on each state change. The trig
|
|||||||
automation:
|
automation:
|
||||||
trigger:
|
trigger:
|
||||||
platform: template
|
platform: template
|
||||||
value_template: '{% raw %}{% if is_state('device_tracker.paulus', 'home') %}true{% endif %}{% endraw %}'
|
value_template: "{% raw %}{% if is_state('device_tracker.paulus', 'home') %}true{% endif %}{% endraw %}"
|
||||||
```
|
```
|
||||||
|
|
||||||
### {% linkable_title Time trigger %}
|
### {% linkable_title Time trigger %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user