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:
parent
459262ad8d
commit
fe55a42c18
1 changed files with 1 additions and 1 deletions
|
@ -49,6 +49,6 @@ automation:
|
||||||
data:
|
data:
|
||||||
title: 'New Home Assistant Release'
|
title: 'New Home Assistant Release'
|
||||||
target: 'YOUR_TARGET_HERE' #See Pushbullet component for usage
|
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."
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue