Merge pull request #1870 from Cooper-Dale/patch-2

template correction
This commit is contained in:
Robbie Trencheny 2017-01-24 22:58:26 -08:00 committed by GitHub
commit 85dd52434a

View File

@ -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
```