diff --git a/group/views.yaml b/group/views.yaml index d67fe9e3..17940ca2 100755 --- a/group/views.yaml +++ b/group/views.yaml @@ -1,14 +1,8 @@ Lights: view: yes entities: - - group.dinette - - group.bedroom - - group.living_room - - group.living_room_accents - - group.foyer - - group.office - - group.upstairs - - scene.living_room_tv_time + - group.all_lights + - group.all_switches Info: view: yes diff --git a/switch/rf_outlets.yaml b/switch/rf_outlets.yaml index 7fa94794..e62bdead 100755 --- a/switch/rf_outlets.yaml +++ b/switch/rf_outlets.yaml @@ -57,4 +57,32 @@ protocol: 1 pulselength: 186 code_on: 292099 - code_off: 292108 \ No newline at end of file + code_off: 292108 + +# Outlet 304_1 + Outlet 304_1: + protocol: 1 + pulselength: 190 + code_on: 5330027 + code_off: 5330236 + +# Outlet 304_2 + Outlet 304_2: + protocol: 1 + pulselength: 190 + code_on: 5330371 + code_off: 5330380 + +# Outlet 304_3 + Outlet 304_3: + protocol: 1 + pulselength: 190 + code_on: 5330691 + code_off: 5330700 + +# Outlet 304_4 + Outlet 304_4: + protocol: 1 + pulselength: 190 + code_on: 5332227 + code_off: 5332236 \ No newline at end of file