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:
David 2017-03-11 10:52:30 +01:00 committed by Fredrik Lindqvist
parent 9643a663d6
commit 7717e4a40c

View File

@ -46,7 +46,7 @@ automation:
entity_id: updater.updater
action:
service: notify.pushbullet
data:
data_template:
title: 'New Home Assistant Release'
target: 'YOUR_TARGET_HERE' #See Pushbullet component for usage
message: "Home Assistant {% raw %} {{ states.updater.updater.state }} {% endraw %} is now available."