mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 16:56:50 +00:00
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
@ -49,6 +49,6 @@ automation:
|
||||
data:
|
||||
title: 'New Home Assistant Release'
|
||||
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…
x
Reference in New Issue
Block a user