From 8501e77dee583d47247459d32dd60c2d1c9d9a36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20L=C3=B6vdahl?= Date: Wed, 28 Jun 2023 09:46:30 +0300 Subject: [PATCH] Fix YAML syntax error in example (#27990) --- source/_integrations/conversation.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/conversation.markdown b/source/_integrations/conversation.markdown index 64b0a4264f5..b819515ef98 100644 --- a/source/_integrations/conversation.markdown +++ b/source/_integrations/conversation.markdown @@ -62,7 +62,7 @@ To teach Home Assistant how to handle the custom `CustomOutsideHumidity` {% term intent_script: CustomOutsideHumidity: speech: - text: "It is currently {{ states("sensor.outside_humidity") }} percent humidity outside." + text: "It is currently {{ states('sensor.outside_humidity') }} percent humidity outside." ``` {% endraw %}