Skip to content

Commit d6e8bc0

Browse files
committed
Add missing {% endraw %}
1 parent 72cac87 commit d6e8bc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/_components/alexa.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ alexa:
327327
{%- else -%}
328328
Anne Therese is at {{ states("device_tracker.anne_therese") }}
329329
and Paulus is at {{ states("device_tracker.paulus") }}
330-
{% endif %}
330+
{% endif %}{% endraw %}
331331
```
332332

333333
You can add multiple items for a feed if you want. The Amazon required uid and timestamp will be randomly generated at startup and change at every restart of Home Assistant.

0 commit comments

Comments
 (0)