mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-05 18:48:59 +00:00
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
@ -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…
x
Reference in New Issue
Block a user