From 20f9ed7e37464611b2af146e58a0c10a45f4c083 Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Tue, 5 Apr 2022 16:18:36 -0400 Subject: [PATCH] Added some potentially useful automation helpers --- input_boolean.yaml | 13 ++++++++++++- input_datetime.yaml | 15 +++++++++++++-- 2 files changed, 25 insertions(+), 3 deletions(-) diff --git a/input_boolean.yaml b/input_boolean.yaml index ba64498..3a31940 100644 --- a/input_boolean.yaml +++ b/input_boolean.yaml @@ -1,4 +1,15 @@ kallen_school: name: Kallen at School good_morning_report: - name: Good Morning Report \ No newline at end of file + name: Good Morning Report +weather_reports: + name: Weather Info +traffic_reports: + name: traffic_reports +sun_reports: + name: Sun Reports +shuffle_spotify: + name: Spotify Shuffle +tornado_watch: + name: Tornado Watch + icon: mdi:message-alert diff --git a/input_datetime.yaml b/input_datetime.yaml index 2575fee..cb753aa 100644 --- a/input_datetime.yaml +++ b/input_datetime.yaml @@ -3,9 +3,20 @@ tina_workday_start: has_date: false has_time: true icon: mdi:briefcase - tina_workday_end: name: Tina Workday End has_date: false has_time: true - icon: mdi:briefcase-off \ No newline at end of file + icon: mdi:briefcase-off +announcement_delay: + name: Announcement Delay + has_date: false + has_time: true +good_morning: + name: Good Morning + has_date: false + has_time: true +good_night_routine: + name: Good Night Routine + has_date: false + has_time: true