From 7717e4a40cf7c4844eed4d0dbab047622dbaba4d Mon Sep 17 00:00:00 2001 From: David Date: Sat, 11 Mar 2017 10:52:30 +0100 Subject: [PATCH] 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). --- source/_cookbook/notify_if__new_ha_release.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_cookbook/notify_if__new_ha_release.markdown b/source/_cookbook/notify_if__new_ha_release.markdown index df8c38f9dbb..bb32d0e32e4 100644 --- a/source/_cookbook/notify_if__new_ha_release.markdown +++ b/source/_cookbook/notify_if__new_ha_release.markdown @@ -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."