From d6e8bc07b36cdaf486dfaffd8726f575652bc982 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 23 Oct 2016 00:20:49 +0200 Subject: [PATCH] Add missing {% endraw %} --- source/_components/alexa.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/alexa.markdown b/source/_components/alexa.markdown index c58fe8b4cb8..46c436b3e82 100644 --- a/source/_components/alexa.markdown +++ b/source/_components/alexa.markdown @@ -327,7 +327,7 @@ alexa: {%- else -%} Anne Therese is at {{ states("device_tracker.anne_therese") }} and Paulus is at {{ states("device_tracker.paulus") }} - {% endif %} + {% endif %}{% endraw %} ``` 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.