template correction

This one and only is working for me on HA 0.36.1
This commit is contained in:
Cooper Dale 2017-01-25 07:26:59 +01:00 committed by GitHub
parent 606a4e216b
commit dd44c1b1df

View File

@ -81,7 +81,7 @@ With a template:
```yaml ```yaml
service: tts.google_say service: tts.google_say
data_template: data_template:
message: 'Temperature is {% raw %}{{ sensor.temperature }}{% endraw %}.' message: "Temperature is {% raw %}{{states('sensor.temperature')}}{% endraw %}."
cache: false cache: false
``` ```