From 3a6607dd39a460b6aa4f94a41d0bdfd123b1c204 Mon Sep 17 00:00:00 2001 From: Rob Coleman Date: Sun, 18 Jun 2023 23:38:33 -0700 Subject: [PATCH] Fix template in the "text" field (#27871) --- source/_integrations/intent_script.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/intent_script.markdown b/source/_integrations/intent_script.markdown index f1abef3a097..157cb28bbe5 100644 --- a/source/_integrations/intent_script.markdown +++ b/source/_integrations/intent_script.markdown @@ -18,7 +18,7 @@ The `intent_script` integration allows users to configure actions and responses intent_script: GetTemperature: # Intent type speech: - text: We have {{ states.sensor.temperature }} degrees + text: We have {{ states('sensor.temperature') }} degrees action: service: notify.notify data: