From 51b7aa008b212d0a05e31a64a99574d7b1cdb0e4 Mon Sep 17 00:00:00 2001 From: CCOSTAN Date: Mon, 24 Oct 2016 17:22:12 +0000 Subject: [PATCH] Add a Router Panel - MOdify Views --- .HA_VERSION | 2 +- .uuid | 1 + configuration.yaml | 10 ++++++++-- group/views.yaml | 2 ++ switch/rf_outlets.yaml | 8 ++++---- 5 files changed, 16 insertions(+), 7 deletions(-) create mode 100644 .uuid diff --git a/.HA_VERSION b/.HA_VERSION index 26339513..f0e1a438 100755 --- a/.HA_VERSION +++ b/.HA_VERSION @@ -1 +1 @@ -0.30.2 \ No newline at end of file +0.31.0 \ No newline at end of file diff --git a/.uuid b/.uuid new file mode 100644 index 00000000..f4bee979 --- /dev/null +++ b/.uuid @@ -0,0 +1 @@ +{"uuid": "7a94bac55f3f475792c779cc57b99caf"} \ No newline at end of file diff --git a/configuration.yaml b/configuration.yaml index 42cb018c..18150f28 100755 --- a/configuration.yaml +++ b/configuration.yaml @@ -9,8 +9,14 @@ homeassistant: http: api_password: !secret http_api_password - + frontend: +panel_iframe: + router: + title: 'Router' + icon: 'mdi:router-wireless' + url: 'http://192.168.10.1' + group: !include_dir_merge_named group device_tracker: !include_dir_merge_list device_tracker input_boolean: !include_dir_merge_named input_boolean @@ -25,7 +31,7 @@ light: emulated_hue: host_ip: 192.168.10.10 -# expose_by_default: false + expose_by_default: true exposed_domains: - group # - input_boolean diff --git a/group/views.yaml b/group/views.yaml index 285253c6..be1dc933 100755 --- a/group/views.yaml +++ b/group/views.yaml @@ -14,6 +14,7 @@ default_view: - group.Dinette - group.living_room - group.living_room_accents + - group.dining_room - group.foyer - group.upstairs - group.den @@ -31,6 +32,7 @@ Lights: - group.Dinette - group.living_room - group.living_room_accents + - group.dining_room - group.foyer - group.upstairs - group.den diff --git a/switch/rf_outlets.yaml b/switch/rf_outlets.yaml index e62bdead..d15c4428 100755 --- a/switch/rf_outlets.yaml +++ b/switch/rf_outlets.yaml @@ -62,27 +62,27 @@ # Outlet 304_1 Outlet 304_1: protocol: 1 - pulselength: 190 + pulselength: 189 code_on: 5330027 code_off: 5330236 # Outlet 304_2 Outlet 304_2: protocol: 1 - pulselength: 190 + pulselength: 189 code_on: 5330371 code_off: 5330380 # Outlet 304_3 Outlet 304_3: protocol: 1 - pulselength: 190 + pulselength: 189 code_on: 5330691 code_off: 5330700 # Outlet 304_4 Outlet 304_4: protocol: 1 - pulselength: 190 + pulselength: 189 code_on: 5332227 code_off: 5332236 \ No newline at end of file