Remove raw tag

This commit is contained in:
Paulus Schoutsen 2018-05-23 13:36:37 -04:00
parent e104fc491d
commit 12e2c234e8

View File

@ -452,7 +452,7 @@ Render a Home Assistant template. [See template docs for more information.](http
```json
{
"template": "Paulus is at {% raw %}{{ states('device_tracker.paulus') }}{% endraw %}!"
"template": "Paulus is at {{ states('device_tracker.paulus') }}!"
}
```