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:
parent
e559cddbc8
commit
8e17c5cccc
1 changed files with 1 additions and 1 deletions
|
@ -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."
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue