From 2cfb241245eaa30766ed0615f1f9a443e894c366 Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Wed, 14 Sep 2022 10:30:25 -0400 Subject: [PATCH] Reversed order of triggers for morning schedule scripts #38 --- packages/scheduling.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/scheduling.yaml b/packages/scheduling.yaml index 79aa602..ea1b32b 100644 --- a/packages/scheduling.yaml +++ b/packages/scheduling.yaml @@ -51,7 +51,7 @@ automation: alias: Kallen Scheduling trigger: - platform: time - at: '05:05:00' + at: '05:00:00' id: kallen-morning - platform: time at: '16:00:00' @@ -72,7 +72,7 @@ automation: alias: House Scheduling trigger: - platform: time - at: '05:00:00' + at: '05:05:00' id: house-morning - platform: time at: '16:05:00'