Update notify_if__new_ha_release.markdown (#2228)
A template requires the use of `data_template` instead of `data` for the template to be rendered (instead of resulting in an error).
This commit is contained in:
parent
9643a663d6
commit
7717e4a40c
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ automation:
|
||||||
entity_id: updater.updater
|
entity_id: updater.updater
|
||||||
action:
|
action:
|
||||||
service: notify.pushbullet
|
service: notify.pushbullet
|
||||||
data:
|
data_template:
|
||||||
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 {% raw %} {{ states.updater.updater.state }} {% endraw %} 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