Unexpected ')' in example. (#938)
This commit is contained in:
parent
0b6add374f
commit
9beb4652c2
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ script:
|
|||
{% raw %}{% if is_state('device_tracker.paulus', 'home') %}
|
||||
Ha, Paulus is home!
|
||||
{% else %}
|
||||
Paulus is at {{ states('device_tracker.paulus')) }}.
|
||||
Paulus is at {{ states('device_tracker.paulus') }}.
|
||||
{% endif %}{% endraw %}
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue