From b819156cfab311558a90534f04258e08636eedcc Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Mon, 14 Oct 2024 18:19:29 -0400 Subject: [PATCH] Push back K's bedtime schedules by an hour across the board --- packages/scheduling.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/scheduling.yaml b/packages/scheduling.yaml index 740ede4..3ced56f 100644 --- a/packages/scheduling.yaml +++ b/packages/scheduling.yaml @@ -274,16 +274,16 @@ script: time: > {% if is_state('input_boolean.school_in_session','on') %} {% if is_state('binary_sensor.kallen_school_tomorrow', 'on') %} - 21:00 - {% else %} - 22:00 - {% endif %} - {% else %} - {% if is_state('binary_sensor.kallen_btb_tomorrow','on') %} 22:00 {% else %} 23:00 {% endif %} + {% else %} + {% if is_state('binary_sensor.kallen_btb_tomorrow','on') %} + 23:00 + {% else %} + 00:00 + {% endif %} {% endif %} - delay: seconds: 1