Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8e17c5c

Browse files
philhawthorneLandrash
authored andcommitted
Close raw tag on Pushbullet notify example (home-assistant#1198)
Forgot the correct closing tag for the raw tag on the cookbook example
1 parent e559cdd commit 8e17c5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/_cookbook/notify_if__new_ha_release.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@ automation:
4949
data:
5050
title: 'New Home Assistant Release'
5151
target: 'YOUR_TARGET_HERE' #See Pushbullet component for usage
52-
message: "Home Assistant {% raw %} {{ states.updater.updater.state }} {% raw %} is now available."
52+
message: "Home Assistant {% raw %} {{ states.updater.updater.state }} {% endraw %} is now available."
5353
```
5454

0 commit comments

Comments
 (0)