mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
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
@ -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…
x
Reference in New Issue
Block a user