Skip to content

Commit 9beb465

Browse files
moogblobballoob
authored andcommitted
Unexpected ')' in example. (home-assistant#938)
1 parent 0b6add3 commit 9beb465

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/_topics/templating.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ script:
4949
{% raw %}{% if is_state('device_tracker.paulus', 'home') %}
5050
Ha, Paulus is home!
5151
{% else %}
52-
Paulus is at {{ states('device_tracker.paulus')) }}.
52+
Paulus is at {{ states('device_tracker.paulus') }}.
5353
{% endif %}{% endraw %}
5454
```
5555

0 commit comments

Comments
 (0)