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