mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-08-17 10:57:03 +00:00
Add a Router Panel - MOdify Views
This commit is contained in:
@@ -1 +1 @@
|
|||||||
0.30.2
|
0.31.0
|
@@ -9,8 +9,14 @@ homeassistant:
|
|||||||
|
|
||||||
http:
|
http:
|
||||||
api_password: !secret http_api_password
|
api_password: !secret http_api_password
|
||||||
|
|
||||||
frontend:
|
frontend:
|
||||||
|
panel_iframe:
|
||||||
|
router:
|
||||||
|
title: 'Router'
|
||||||
|
icon: 'mdi:router-wireless'
|
||||||
|
url: 'http://192.168.10.1'
|
||||||
|
|
||||||
group: !include_dir_merge_named group
|
group: !include_dir_merge_named group
|
||||||
device_tracker: !include_dir_merge_list device_tracker
|
device_tracker: !include_dir_merge_list device_tracker
|
||||||
input_boolean: !include_dir_merge_named input_boolean
|
input_boolean: !include_dir_merge_named input_boolean
|
||||||
@@ -25,7 +31,7 @@ light:
|
|||||||
|
|
||||||
emulated_hue:
|
emulated_hue:
|
||||||
host_ip: 192.168.10.10
|
host_ip: 192.168.10.10
|
||||||
# expose_by_default: false
|
expose_by_default: true
|
||||||
exposed_domains:
|
exposed_domains:
|
||||||
- group
|
- group
|
||||||
# - input_boolean
|
# - input_boolean
|
||||||
|
@@ -14,6 +14,7 @@ default_view:
|
|||||||
- group.Dinette
|
- group.Dinette
|
||||||
- group.living_room
|
- group.living_room
|
||||||
- group.living_room_accents
|
- group.living_room_accents
|
||||||
|
- group.dining_room
|
||||||
- group.foyer
|
- group.foyer
|
||||||
- group.upstairs
|
- group.upstairs
|
||||||
- group.den
|
- group.den
|
||||||
@@ -31,6 +32,7 @@ Lights:
|
|||||||
- group.Dinette
|
- group.Dinette
|
||||||
- group.living_room
|
- group.living_room
|
||||||
- group.living_room_accents
|
- group.living_room_accents
|
||||||
|
- group.dining_room
|
||||||
- group.foyer
|
- group.foyer
|
||||||
- group.upstairs
|
- group.upstairs
|
||||||
- group.den
|
- group.den
|
||||||
|
@@ -62,27 +62,27 @@
|
|||||||
# Outlet 304_1
|
# Outlet 304_1
|
||||||
Outlet 304_1:
|
Outlet 304_1:
|
||||||
protocol: 1
|
protocol: 1
|
||||||
pulselength: 190
|
pulselength: 189
|
||||||
code_on: 5330027
|
code_on: 5330027
|
||||||
code_off: 5330236
|
code_off: 5330236
|
||||||
|
|
||||||
# Outlet 304_2
|
# Outlet 304_2
|
||||||
Outlet 304_2:
|
Outlet 304_2:
|
||||||
protocol: 1
|
protocol: 1
|
||||||
pulselength: 190
|
pulselength: 189
|
||||||
code_on: 5330371
|
code_on: 5330371
|
||||||
code_off: 5330380
|
code_off: 5330380
|
||||||
|
|
||||||
# Outlet 304_3
|
# Outlet 304_3
|
||||||
Outlet 304_3:
|
Outlet 304_3:
|
||||||
protocol: 1
|
protocol: 1
|
||||||
pulselength: 190
|
pulselength: 189
|
||||||
code_on: 5330691
|
code_on: 5330691
|
||||||
code_off: 5330700
|
code_off: 5330700
|
||||||
|
|
||||||
# Outlet 304_4
|
# Outlet 304_4
|
||||||
Outlet 304_4:
|
Outlet 304_4:
|
||||||
protocol: 1
|
protocol: 1
|
||||||
pulselength: 190
|
pulselength: 189
|
||||||
code_on: 5332227
|
code_on: 5332227
|
||||||
code_off: 5332236
|
code_off: 5332236
|
Reference in New Issue
Block a user