From cf70f46e7b831826c41bcce19ad49d7d00302790 Mon Sep 17 00:00:00 2001 From: Giorgio Ravera Date: Fri, 15 May 2020 16:54:05 +0200 Subject: [PATCH] Added delay on startup automation --- automation/update_notifications.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/automation/update_notifications.yaml b/automation/update_notifications.yaml index ce132ae9..965642ee 100644 --- a/automation/update_notifications.yaml +++ b/automation/update_notifications.yaml @@ -19,6 +19,7 @@ state: 'on' action: + - delay: '00:00:5' - service: script.notify_text data_template: title: "Home Assistant - Aggiornamento" @@ -50,6 +51,7 @@ state: 'on' action: + - delay: '00:00:10' - service: script.notify_text data_template: title: "Shelly - Aggiornamento" @@ -73,6 +75,7 @@ above: 0 action: + - delay: '00:00:15' - service: script.notify_text data_template: title: "HACS - Aggiornamento" -- 2.47.3