diff --git a/README.md b/README.md index 455978f4..a79a1345 100755 --- a/README.md +++ b/README.md @@ -36,6 +36,7 @@ Software on the Pi : [Home Assistant](https://home-assistant.io/) , [Dasher](htt * Turn on some outdoor Lights at Sunset, Turn off 4 hours before sunrise. Turn off interior lights when we go to sleep. * Turn on lights during school days for a morning routine for the kids and wife. Has No School overide boolean in GUI. * Detects when lights are turned on and adjusts them to correct brightness based on time of day. +* Leverage Alexa, IFTTT and Elekcity outlet to control Printer On/Off via Voice. Turns off automatically after 20 minutes. * (IFTTT) Blink ALL lights at 9:30 to remind me to take medicine. (also Alexa Alert) * (IFTTT) Blink Office lights 15 minutes before ANY meeting on my calendar (using IFTTT) * (IFTTT) Stop watering grass via Rachio if winds are greater than 20 MPH. diff --git a/configuration.yaml b/configuration.yaml index a23bd8d6..ef6eaca3 100755 --- a/configuration.yaml +++ b/configuration.yaml @@ -21,7 +21,6 @@ panel_iframe: group: !include_dir_merge_named group device_tracker: !include_dir_merge_list device_tracker -input_boolean: !include_dir_merge_list input_boolean discovery: updater: sun: @@ -39,7 +38,7 @@ emulated_hue: # - input_boolean # - media_player - switch - - scene +# - scene ifttt: key: !secret ifttt_key @@ -82,3 +81,24 @@ 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 diff --git a/input_boolean/input_boolean.yaml b/input_boolean.yaml similarity index 83% rename from input_boolean/input_boolean.yaml rename to input_boolean.yaml index b8a8c5e0..a5da69ae 100755 --- a/input_boolean/input_boolean.yaml +++ b/input_boolean.yaml @@ -1,10 +1,10 @@ ################################### ## Guest Mode Override ################################### -Medicine_Reminder: - name: Medicine Reminder - icon: mdi:pill - initial: off +# Medicine_Reminder: + # name: Medicine Reminder + # icon: mdi:pill + # initial: off Trash_Reminder: Name: Trash Day Reminder diff --git a/switch/rf_outlets.yaml b/switch/rf_outlets.yaml index 853e8155..8b4fdf0f 100755 --- a/switch/rf_outlets.yaml +++ b/switch/rf_outlets.yaml @@ -48,7 +48,7 @@ code_off: 284108 # Outlet 311_3 - Outlet 311_3: + Printer_Outlet: protocol: 1 pulselength: 186 code_on: 284419