diff --git a/README.md b/README.md index 59df3839..7e200740 100755 --- a/README.md +++ b/README.md @@ -57,6 +57,7 @@ Software on the Pi : [Home Assistant](https://home-assistant.io/) , [Dasher](htt #Todo List +* Create IMAGE clone of the SD Card for Backup purposes. [This](https://community.home-assistant.io/t/no-more-reinstalling-your-ha-from-scratch-how-to/7630) * AutoIt script to control lights via REST and also auto light office when I am working on Laptop. * Configure the Alexa Component. * Put Dash Buttons out there. diff --git a/customize/switches.yaml b/customize/switches.yaml index cd9238a2..cc466a32 100755 --- a/customize/switches.yaml +++ b/customize/switches.yaml @@ -42,6 +42,23 @@ switch.living_room_outlet: icon: mdi:power-plug assumed_state: true +switch.Outlet_304_1: + friendly_name: 'Outlet_304_1' + icon: mdi:power-plug + assumed_state: true +switch.Outlet_304_2: + friendly_name: 'Outlet_304_2' + icon: mdi:power-plug + assumed_state: true +switch.Outlet_304_3: + friendly_name: 'Outlet_304_3' + icon: mdi:power-plug + assumed_state: true + +switch.Outlet_304_4: + friendly_name: 'Outlet_304_4' + icon: mdi:power-plug + assumed_state: true \ No newline at end of file diff --git a/script/Reliability.yaml b/script/Reliability.yaml.Broken similarity index 80% rename from script/Reliability.yaml rename to script/Reliability.yaml.Broken index bd144f28..a2bfa55f 100755 --- a/script/Reliability.yaml +++ b/script/Reliability.yaml.Broken @@ -5,13 +5,11 @@ # - service: script.reliability ###################################################################################################### -{% macro swTest(onoff='') %} - - service: switch.turn_{{ states(onoff) }} - entity_id: {{ onoff }} -{% endmacro %} +{% macro swTest(onoff='') %} - service: switch.turn_{{ states(onoff) }} + entity_id: {{ onoff }}{% endmacro %} switch_check: - sequence: + sequence: {{ swTest("switch.foyer_outlet") }} {{ swTest("switch.printer_outlet") }} {{ swTest("switch.garage_outlet") }} diff --git a/script/interior_off.yaml b/script/interior_off.yaml index f940372b..5403b4f1 100755 --- a/script/interior_off.yaml +++ b/script/interior_off.yaml @@ -27,4 +27,9 @@ interior_off: - delay: '00:01:00' - service: switch.turn_off entity_id: switch.living_room_amp + - delay: '00:01:00' + - service: switch.turn_off + entity_id: switch.dining_room_outlet + + \ No newline at end of file diff --git a/switch/rf_outlets.yaml b/switch/rf_outlets.yaml index 532ccda2..5bd7a808 100755 --- a/switch/rf_outlets.yaml +++ b/switch/rf_outlets.yaml @@ -20,7 +20,7 @@ code_off: 5265164 # Outlet 1412_2 - Outlet_Den: + Den_Outlet: protocol: 1 pulselength: 186 code_on: 5264835 @@ -55,7 +55,7 @@ code_off: 284428 # Outlet 311_4 - Outlet_Living_Room: + Living_Room_Outlet: protocol: 1 pulselength: 186 code_on: 285955 @@ -82,8 +82,8 @@ code_on: 5330691 code_off: 5330700 -# Outlet_Dining_Room - Outlet_304_4: +# Outlet_304_4 + Dining_Room_Outlet: protocol: 1 pulselength: 186 code_on: 5332227