From 3d1951f75d288e98228072ba851f0aff908955a3 Mon Sep 17 00:00:00 2001 From: CCOSTAN Date: Wed, 30 Nov 2016 23:40:54 +0000 Subject: [PATCH] New Script usage! --- automation/startup_notification.yaml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/automation/startup_notification.yaml b/automation/startup_notification.yaml index 4fc9c8aa..d41b0501 100755 --- a/automation/startup_notification.yaml +++ b/automation/startup_notification.yaml @@ -8,5 +8,10 @@ platform: event event_type: homeassistant_start action: - service: ifttt.trigger - data: {"event":"ifttt_notify", "value1":"Home Assistant is ", "value2":"Up and Running"} + service: script.turn_on + entity_id: script.notify_ifttt + data_template: + variables: + value1: "Startup: Home Assistant is Up and Running!" + value2: "" + value3: ""