From 23808e670d930f73ebbab46ecec185292108f22f Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Thu, 13 Apr 2023 19:44:14 +0200 Subject: [PATCH] Add endraw to close the raw (#26997) --- source/_docs/configuration/templating.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/_docs/configuration/templating.markdown b/source/_docs/configuration/templating.markdown index 2e48f0bf1a0..07949b71321 100644 --- a/source/_docs/configuration/templating.markdown +++ b/source/_docs/configuration/templating.markdown @@ -150,6 +150,8 @@ Print out a list of all the sensor states: {% endfor %} ``` +{% endraw %} + Print out a list of all the sensor states sorted by `entity_id`: {% raw %}