From 8df9c4e4325b24a7303f3932409070630da96221 Mon Sep 17 00:00:00 2001 From: CCOSTAN Date: Sun, 20 Nov 2016 20:45:47 +0000 Subject: [PATCH] Combined the Input_Booleans. No need for directory merges --- configuration.yaml | 2 +- input_boolean/guest.yaml | 8 -------- input_boolean/input_boolean.yaml | 34 ++++++++++++++++++++++++++++++++ input_boolean/no_school.yaml | 8 -------- input_boolean/reminders.yaml.old | 17 ---------------- 5 files changed, 35 insertions(+), 34 deletions(-) delete mode 100755 input_boolean/guest.yaml create mode 100755 input_boolean/input_boolean.yaml delete mode 100755 input_boolean/no_school.yaml delete mode 100755 input_boolean/reminders.yaml.old diff --git a/configuration.yaml b/configuration.yaml index 4e7f21d7..a23bd8d6 100755 --- a/configuration.yaml +++ b/configuration.yaml @@ -21,7 +21,7 @@ panel_iframe: group: !include_dir_merge_named group device_tracker: !include_dir_merge_list device_tracker -input_boolean: !include_dir_merge_named input_boolean +input_boolean: !include_dir_merge_list input_boolean discovery: updater: sun: diff --git a/input_boolean/guest.yaml b/input_boolean/guest.yaml deleted file mode 100755 index 009a3408..00000000 --- a/input_boolean/guest.yaml +++ /dev/null @@ -1,8 +0,0 @@ -################################### -## Guest Mode Override -################################### -guest_mode: - name: Guest Mode - icon: mdi:account-alert - initial: off - \ No newline at end of file diff --git a/input_boolean/input_boolean.yaml b/input_boolean/input_boolean.yaml new file mode 100755 index 00000000..b8a8c5e0 --- /dev/null +++ b/input_boolean/input_boolean.yaml @@ -0,0 +1,34 @@ +################################### +## Guest Mode Override +################################### +Medicine_Reminder: + name: Medicine Reminder + icon: mdi:pill + initial: off + +Trash_Reminder: + Name: Trash Day Reminder + icon: mdi:delete + initial: off + +Chore_Reminder: + name: Chore Day Reminder + icon: mdi:human-male-female + initial: off + +################################### +## School Vacation Override +################################### +no_school: + name: No School + icon: mdi:school + initial: off + +################################### +## Guest Mode Override +################################### +guest_mode: + name: Guest Mode + icon: mdi:account-alert + initial: off + \ No newline at end of file diff --git a/input_boolean/no_school.yaml b/input_boolean/no_school.yaml deleted file mode 100755 index 37199178..00000000 --- a/input_boolean/no_school.yaml +++ /dev/null @@ -1,8 +0,0 @@ -################################### -## School Vacation Override -################################### -no_school: - name: No School - icon: mdi:school - initial: off - \ No newline at end of file diff --git a/input_boolean/reminders.yaml.old b/input_boolean/reminders.yaml.old deleted file mode 100755 index eb7c2507..00000000 --- a/input_boolean/reminders.yaml.old +++ /dev/null @@ -1,17 +0,0 @@ -################################### -## Guest Mode Override -################################### -Medicine_Reminder: - name: Medicine Reminder - icon: mdi:pill - initial: off - -Trash_Reminder: - Name: Trash Day Reminder - icon: mdi:delete - initial: off - -Chore_Reminder: - name: Chore Day Reminder - icon: mdi:human-male-female - initial: off \ No newline at end of file