Close raw tag on Pushbullet notify example (#1198)

Forgot the correct closing tag for the raw tag on the cookbook example
This commit is contained in:
Phil Hawthorne 2016-10-09 20:42:28 +11:00 committed by Fredrik Lindqvist
parent e559cddbc8
commit 8e17c5cccc

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 {% raw %} {{ states.updater.updater.state }} {% raw %} is now available."
message: "Home Assistant {% raw %} {{ states.updater.updater.state }} {% endraw %} is now available."
```