From 46aeeb016594fc974ac6d313284552114789ce7d Mon Sep 17 00:00:00 2001 From: Bas Nijholt Date: Thu, 14 Nov 2019 14:58:59 +0100 Subject: [PATCH] small syntax style fix (#11165) --- source/_docs/configuration/templating.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_docs/configuration/templating.markdown b/source/_docs/configuration/templating.markdown index 5df06230c4f..3152785bcba 100644 --- a/source/_docs/configuration/templating.markdown +++ b/source/_docs/configuration/templating.markdown @@ -104,7 +104,7 @@ Other state examples: {% if states('sensor.temperature') | float > 20 %} It is warm! -{%endif %} +{% endif %} {{ as_timestamp(states.binary_sensor.garage_door.last_changed) }}