diff --git a/automation/sunrise_turnon_and_off.yaml b/automation/sunrise_turnon_and_off.yaml index cd1d9b97..56e5424f 100755 --- a/automation/sunrise_turnon_and_off.yaml +++ b/automation/sunrise_turnon_and_off.yaml @@ -6,8 +6,8 @@ trigger: - platform: sun event: sunset - - platform: time - after: 20:00:00 + #- platform: time + #after: '20:00:00' #Time trigger is until I replace the stupid switch. # - platform: event # event_type: halloween_lights_on diff --git a/configuration.yaml b/configuration.yaml index e0047cb1..066ccdcc 100755 --- a/configuration.yaml +++ b/configuration.yaml @@ -105,24 +105,5 @@ sensor: !include_dir_merge_list sensor automation: !include_dir_merge_list automation scene: !include_dir_merge_list scene switch: !include_dir_merge_list switch -input_boolean: - guest_mode: - name: Guest Mode - icon: mdi:account-alert - initial: off - no_school: - name: No School - icon: mdi:school - initial: off - trash_reminder: - name: Trash Day Reminder - icon: mdi:delete - initial: off - pill_reminder: - name: Pill Reminder - icon: mdi:pill - initial: off - chore_reminder: - name: chore Reminder - icon: mdi:human-male-female - initial: off \ No newline at end of file +script: !include_dir_merge_list script +input_boolean: !include_dir_merge_named input_boolean diff --git a/input_boolean/home_modes.yaml b/input_boolean/home_modes.yaml new file mode 100755 index 00000000..5df2b886 --- /dev/null +++ b/input_boolean/home_modes.yaml @@ -0,0 +1,24 @@ +guest_mode: + name: Guest Mode + icon: mdi:account-alert + initial: off + +no_school: + name: No School + icon: mdi:school + initial: off + +trash_reminder: + name: Trash Day Reminder + icon: mdi:delete + initial: off + +pill_reminder: + name: Pill Reminder + icon: mdi:pill + initial: off + +chore_reminder: + name: chore Reminder + icon: mdi:human-male-female + initial: off \ No newline at end of file