Add a Router Panel - MOdify Views

pull/76/head
CCOSTAN 9 years ago
parent 0d1ee35bdd
commit 51b7aa008b

@ -1 +1 @@
0.30.2
0.31.0

@ -0,0 +1 @@
{"uuid": "7a94bac55f3f475792c779cc57b99caf"}

@ -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

@ -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

@ -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
Loading…
Cancel
Save

Powered by TurnKey Linux.