Skip to content

Commit 7717e4a

Browse files
fanaticDavidLandrash
authored andcommitted
Update notify_if__new_ha_release.markdown (home-assistant#2228)
A template requires the use of `data_template` instead of `data` for the template to be rendered (instead of resulting in an error).
1 parent 9643a66 commit 7717e4a

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
@@ -46,7 +46,7 @@ automation:
4646
entity_id: updater.updater
4747
action:
4848
service: notify.pushbullet
49-
data:
49+
data_template:
5050
title: 'New Home Assistant Release'
5151
target: 'YOUR_TARGET_HERE' #See Pushbullet component for usage
5252
message: "Home Assistant {% raw %} {{ states.updater.updater.state }} {% endraw %} is now available."

0 commit comments

Comments
 (0)