From dd44c1b1dfcdbf67fafcb1aefc93df45a385be26 Mon Sep 17 00:00:00 2001 From: Cooper Dale Date: Wed, 25 Jan 2017 07:26:59 +0100 Subject: [PATCH] template correction This one and only is working for me on HA 0.36.1 --- source/_components/tts.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/tts.markdown b/source/_components/tts.markdown index 2b802b148ff..21ab4521983 100644 --- a/source/_components/tts.markdown +++ b/source/_components/tts.markdown @@ -81,7 +81,7 @@ With a template: ```yaml service: tts.google_say data_template: - message: 'Temperature is {% raw %}{{ sensor.temperature }}{% endraw %}.' + message: "Temperature is {% raw %}{{states('sensor.temperature')}}{% endraw %}." cache: false ```