From 684a0f3c922b53d4fc7ba345e30c6b2c56eeec40 Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Wed, 1 Feb 2023 17:43:58 -0500 Subject: [PATCH] Reordered things because OCD #53 --- packages/school.yaml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/packages/school.yaml b/packages/school.yaml index a63ff2e..0d41af5 100644 --- a/packages/school.yaml +++ b/packages/school.yaml @@ -32,16 +32,6 @@ input_datetime: has_date: true has_time: false icon: mdi:calendar - kallen_school_day_start: - name: School Day Start - has_date: false - has_time: true - icon: mdi:clock-start - kallen_school_day_end: - name: School Day End - has_date: false - has_time: true - icon: mdi:clock-end thanksgiving_break_start: name: Thanksgiving Break has_date: true @@ -57,6 +47,16 @@ input_datetime: has_date: true has_time: false icon: mdi:calendar-start + kallen_school_day_start: + name: School Day Start + has_date: false + has_time: true + icon: mdi:clock-start + kallen_school_day_end: + name: School Day End + has_date: false + has_time: true + icon: mdi:clock-end kallen_school_day_start_reminder: name: School Day Start Reminder has_date: false