Display template tags in Pushbullet Home Assistant release example (#1195)

The template example introduced in #1100 needs some tags around the
template tags so that Jekyll doesn't try to interpret the code.
This commit is contained in:
Phil Hawthorne 2016-10-09 19:22:11 +11:00 committed by Fredrik Lindqvist
parent 459262ad8d
commit fe55a42c18

View File

@ -49,6 +49,6 @@ automation:
data:
title: 'New Home Assistant Release'
target: 'YOUR_TARGET_HERE' #See Pushbullet component for usage
message: "Home Assistant {{ states.updater.updater.state }} is now available."
message: "Home Assistant {% raw %} {{ states.updater.updater.state }} {% raw %} is now available."
```