From fb6d12200ab453828bcac4b262ee1511135b399a Mon Sep 17 00:00:00 2001 From: CCOSTAN Date: Tue, 10 Jan 2017 18:13:21 +0000 Subject: [PATCH] Added in new options for repeat transmissions! --- .HA_VERSION | 2 +- switch/rf_outlets.yaml | 23 ++++++++++++++++++----- 2 files changed, 19 insertions(+), 6 deletions(-) diff --git a/.HA_VERSION b/.HA_VERSION index 52f0026e..d71c9541 100755 --- a/.HA_VERSION +++ b/.HA_VERSION @@ -1 +1 @@ -0.35.3 \ No newline at end of file +0.36.0.dev0 \ No newline at end of file diff --git a/switch/rf_outlets.yaml b/switch/rf_outlets.yaml index dfae5b23..ed5b7bbd 100755 --- a/switch/rf_outlets.yaml +++ b/switch/rf_outlets.yaml @@ -10,7 +10,8 @@ protocol: 1 pulselength: 186 code_on: 5264691 - code_off: 5264700 + code_off: 5264700 + signal_repetitions: 20 # Outlet 1412_3 Living_Room_Amp: @@ -18,6 +19,7 @@ pulselength: 186 code_on: 5265155 code_off: 5265164 + signal_repetitions: 20 # Outlet 1412_2 Den_Outlet: @@ -25,6 +27,7 @@ pulselength: 186 code_on: 5264835 code_off: 5264844 + signal_repetitions: 20 # Outlet 311_5 Foyer_Outlet: @@ -32,6 +35,7 @@ pulselength: 186 code_on: 292099 code_off: 292108 + signal_repetitions: 20 # Outlet 311_1 Kitchen_Accents: @@ -39,6 +43,7 @@ pulselength: 186 code_on: 283955 code_off: 283964 + signal_repetitions: 20 # Outlet 311_2 : Responds to 311_1 as well. Kitchen_Accent_2: @@ -46,6 +51,7 @@ pulselength: 186 code_on: 284099 code_off: 284108 + signal_repetitions: 20 # Outlet 311_3 Printer_Outlet: @@ -53,6 +59,7 @@ pulselength: 186 code_on: 284419 code_off: 284428 + signal_repetitions: 20 # Outlet 311_4 Living_Room_Outlet: @@ -60,31 +67,37 @@ pulselength: 186 code_on: 285955 code_off: 285964 + signal_repetitions: 20 # Outlet 304_1 Outlet_304_1: protocol: 1 pulselength: 186 code_on: 5330027 - code_off: 5330236 + code_off: 5330236 + signal_repetitions: 20 # Outlet 304_2 Outlet_304_2: protocol: 1 pulselength: 186 code_on: 5330371 - code_off: 5330380 + code_off: 5330380 + signal_repetitions: 20 # Outlet 304_3 Outlet_304_3: protocol: 1 pulselength: 186 code_on: 5330691 - code_off: 5330700 + code_off: 5330700 + signal_repetitions: 20 # Village_Outlet Village_Outlet: protocol: 1 pulselength: 186 code_on: 5332227 - code_off: 5332236 \ No newline at end of file + code_off: 5332236 + signal_repetitions: 20 + \ No newline at end of file