From 4b0d2941c4ba46ec838460dc36838082da4119e0 Mon Sep 17 00:00:00 2001 From: CCOSTAN Date: Wed, 11 Jan 2017 00:54:16 +0000 Subject: [PATCH] Kids don't like to wake up. :( --- automation/good_morning.yaml | 15 ++------------- switch/rf_commandline.yaml | 11 ----------- switch/rf_outlets.yaml | 24 ++++++++++++------------ 3 files changed, 14 insertions(+), 36 deletions(-) delete mode 100755 switch/rf_commandline.yaml diff --git a/automation/good_morning.yaml b/automation/good_morning.yaml index 21864f13..d89e58b8 100755 --- a/automation/good_morning.yaml +++ b/automation/good_morning.yaml @@ -37,12 +37,7 @@ - service: switch.turn_on entity_id: switch.kitchen_accents - delay: 00:50:00 - - service: light.turn_on - entity_id: - - light.justin_go - data: - transition: 3000 - color_name: 'Yellow' + # 6:50am now. - service: light.turn_on entity_id: @@ -54,18 +49,12 @@ - service: light.turn_off entity_id: - group.dining_room_lights - - light.justin_go data: transition: 600 - service: switch.turn_off entity_id: switch.kitchen_accents - delay: 01:00:00 - - service: light.turn_on - entity_id: - - light.Paige_go - data: - transition: 3000 - color_name: 'Yellow' + # 7:50am now. - service: light.turn_on entity_id: diff --git a/switch/rf_commandline.yaml b/switch/rf_commandline.yaml deleted file mode 100755 index dd2b1fde..00000000 --- a/switch/rf_commandline.yaml +++ /dev/null @@ -1,11 +0,0 @@ -###################################################################### -## Awesome Elekcity Outlet control via RF via CODESEND! -###################################################################### - -- platform: command_line - switches: -# Outlet 311_3 - printer_cmd: - command_on: "/home/hass/.homeassistant/shell_scripts/codesend 284419" - command_off: "/home/hass/.homeassistant/shell_scripts/codesend 284428" - \ No newline at end of file diff --git a/switch/rf_outlets.yaml b/switch/rf_outlets.yaml index ed5b7bbd..4710c020 100755 --- a/switch/rf_outlets.yaml +++ b/switch/rf_outlets.yaml @@ -11,7 +11,7 @@ pulselength: 186 code_on: 5264691 code_off: 5264700 - signal_repetitions: 20 + signal_repetitions: 40 # Outlet 1412_3 Living_Room_Amp: @@ -19,7 +19,7 @@ pulselength: 186 code_on: 5265155 code_off: 5265164 - signal_repetitions: 20 + signal_repetitions: 40 # Outlet 1412_2 Den_Outlet: @@ -27,7 +27,7 @@ pulselength: 186 code_on: 5264835 code_off: 5264844 - signal_repetitions: 20 + signal_repetitions: 40 # Outlet 311_5 Foyer_Outlet: @@ -35,7 +35,7 @@ pulselength: 186 code_on: 292099 code_off: 292108 - signal_repetitions: 20 + signal_repetitions: 40 # Outlet 311_1 Kitchen_Accents: @@ -43,7 +43,7 @@ pulselength: 186 code_on: 283955 code_off: 283964 - signal_repetitions: 20 + signal_repetitions: 40 # Outlet 311_2 : Responds to 311_1 as well. Kitchen_Accent_2: @@ -51,7 +51,7 @@ pulselength: 186 code_on: 284099 code_off: 284108 - signal_repetitions: 20 + signal_repetitions: 40 # Outlet 311_3 Printer_Outlet: @@ -59,7 +59,7 @@ pulselength: 186 code_on: 284419 code_off: 284428 - signal_repetitions: 20 + signal_repetitions: 40 # Outlet 311_4 Living_Room_Outlet: @@ -67,7 +67,7 @@ pulselength: 186 code_on: 285955 code_off: 285964 - signal_repetitions: 20 + signal_repetitions: 40 # Outlet 304_1 Outlet_304_1: @@ -75,7 +75,7 @@ pulselength: 186 code_on: 5330027 code_off: 5330236 - signal_repetitions: 20 + signal_repetitions: 40 # Outlet 304_2 Outlet_304_2: @@ -83,7 +83,7 @@ pulselength: 186 code_on: 5330371 code_off: 5330380 - signal_repetitions: 20 + signal_repetitions: 40 # Outlet 304_3 Outlet_304_3: @@ -91,7 +91,7 @@ pulselength: 186 code_on: 5330691 code_off: 5330700 - signal_repetitions: 20 + signal_repetitions: 40 # Village_Outlet Village_Outlet: @@ -99,5 +99,5 @@ pulselength: 186 code_on: 5332227 code_off: 5332236 - signal_repetitions: 20 + signal_repetitions: 40 \ No newline at end of file