Update current config
This commit is contained in:
parent
984fc55b20
commit
53c99e4509
12
config/alerts/network.yaml
Normal file
12
config/alerts/network.yaml
Normal file
@ -0,0 +1,12 @@
|
||||
adguard_disabled:
|
||||
name: AdGuard inaktiv
|
||||
message: "Zur Info - Der *AdGuard*-Schutz ist noch *deaktiviert*!"
|
||||
done_message: "Zur Info - Der *AdGuard*-Schutz ist wieder *aktiv*."
|
||||
entity_id: switch.adguard_protection
|
||||
state: "off"
|
||||
repeat:
|
||||
- 15
|
||||
can_acknowledge: true
|
||||
skip_first: true
|
||||
notifiers:
|
||||
- telegram_group
|
@ -8,9 +8,11 @@
|
||||
- light.ambilight
|
||||
- light.kuchen_theke
|
||||
- light.esstisch
|
||||
- light.office
|
||||
- light.office_rgb
|
||||
- light.lichtleiste
|
||||
- light.onair
|
||||
- switch.livingroom_stimmungslicht
|
||||
- light.stimmungslicht
|
||||
- light.lichterkette
|
||||
- switch.livingroom_music
|
||||
- switch.livingroom_netflix
|
||||
- switch.harmony_firetv
|
||||
@ -40,12 +42,18 @@
|
||||
light.esstisch:
|
||||
name: Esstisch
|
||||
description: Esstisch-Lichter
|
||||
light.office:
|
||||
light.office_rgb:
|
||||
name: Büro
|
||||
description: Büro - Deckenlampe
|
||||
light.lichtleiste:
|
||||
name: Schreibtischlicht
|
||||
description: Büro - Schreibtischlicht
|
||||
light.stimmungslicht:
|
||||
name: Stimmungslicht
|
||||
description: Wohnzimmer - Stimmungslicht
|
||||
light.lichterkette:
|
||||
name: Lichterkette
|
||||
description: Garten - Lichterkette
|
||||
light.onair:
|
||||
name: Studio-Treppe
|
||||
description: Studio-Treppenlicht
|
||||
|
@ -32,3 +32,23 @@
|
||||
data:
|
||||
entity_id: light.onair
|
||||
color_temp: 367
|
||||
|
||||
- alias: PC On
|
||||
trigger:
|
||||
platform: state
|
||||
entity_id: switch.desktop_wol
|
||||
to: 'on'
|
||||
action:
|
||||
- service: light.turn_on
|
||||
data:
|
||||
entity_id: light.lichtleiste
|
||||
|
||||
- alias: PC Off
|
||||
trigger:
|
||||
platform: state
|
||||
entity_id: switch.desktop_wol
|
||||
to: 'off'
|
||||
action:
|
||||
- service: light.turn_off
|
||||
data:
|
||||
entity_id: light.lichtleiste
|
@ -2,11 +2,14 @@
|
||||
name: Ambilight
|
||||
host: !secret ambilight_ip
|
||||
hdmi_priority: 900
|
||||
- platform: switch
|
||||
name: Stimmungslicht
|
||||
entity_id: switch.livingroom_stimmungslicht
|
||||
- platform: group
|
||||
name: onAir
|
||||
entities:
|
||||
- light.innr_gu10_rgb_1
|
||||
- light.innr_gu10_rgb_2
|
||||
- light.innr_gu10_rgb_2
|
||||
- platform: switch
|
||||
name: Lichterkette
|
||||
entity_id: switch.innr_steckdose
|
||||
- platform: switch
|
||||
name: Stimmungslicht
|
||||
entity_id: switch.livingroom_stimmungslicht
|
@ -12,18 +12,18 @@ cards:
|
||||
title: Florian
|
||||
show_header_toggle: false
|
||||
entities:
|
||||
- entity: device_tracker.mobile_fb
|
||||
- entity: device_tracker.pixel_4
|
||||
name: Standort
|
||||
- entity: sensor.device_mobile_fb_battery
|
||||
- entity: sensor.battery_level
|
||||
name: Handy-Akku
|
||||
icon: mdi:battery
|
||||
- type: entities
|
||||
title: Jenny
|
||||
show_header_toggle: false
|
||||
entities:
|
||||
- entity: device_tracker.mobile_fb
|
||||
- entity: device_tracker.sm_g985f
|
||||
name: Standort
|
||||
- entity: sensor.device_mobile_fb_battery
|
||||
- entity: sensor.samsung_s20_battery_level
|
||||
name: Handy-Akku
|
||||
icon: mdi:battery
|
||||
- type: horizontal-stack
|
||||
|
@ -4,15 +4,15 @@ cards:
|
||||
- type: light
|
||||
entity: light.kuchen_theke
|
||||
name: Küchen-Theke
|
||||
- type: light
|
||||
entity: light.office
|
||||
name: Büro
|
||||
- type: light
|
||||
entity: light.stimmungslicht
|
||||
name: Stimmungslicht
|
||||
- type: light
|
||||
entity: light.ambilight
|
||||
name: Ambilight
|
||||
- type: light
|
||||
entity: light.lichterkette
|
||||
name: Lichterkette (Garten)
|
||||
- type: light
|
||||
entity: light.esstisch
|
||||
name: Esstisch
|
||||
@ -34,4 +34,14 @@ cards:
|
||||
icon: mdi:camera-rear
|
||||
- entity: switch.osram_plug_01_57b6060a_on_off
|
||||
name: Studio Ringlicht
|
||||
icon: mdi:checkbox-blank-circle-outline
|
||||
icon: mdi:checkbox-blank-circle-outline
|
||||
|
||||
- type: vertical-stack
|
||||
title: Büro
|
||||
cards:
|
||||
- type: light
|
||||
entity: light.office_rgb
|
||||
name: Deckenlicht
|
||||
- type: light
|
||||
entity: light.lichtleiste
|
||||
name: Schreibtischlicht
|
||||
|
25
config/views/network.yaml
Normal file
25
config/views/network.yaml
Normal file
@ -0,0 +1,25 @@
|
||||
icon: mdi:lan
|
||||
path: network
|
||||
cards:
|
||||
- type: vertical-stack
|
||||
cards:
|
||||
- type: gauge
|
||||
entity: sensor.adguard_average_processing_speed
|
||||
max: 100
|
||||
severity:
|
||||
green: 0
|
||||
yellow: 15
|
||||
red: 25
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- type: entity
|
||||
entity: sensor.adguard_dns_queries
|
||||
- type: gauge
|
||||
entity: sensor.adguard_dns_queries_blocked_ratio
|
||||
severity:
|
||||
green: 0
|
||||
yellow: 10
|
||||
red: 20
|
||||
- type: button
|
||||
entity: switch.adguard_protection
|
||||
show_state: true
|
@ -110,6 +110,8 @@ remote:
|
||||
person:
|
||||
- name: Jenny
|
||||
id: jenny
|
||||
device_trackers:
|
||||
- device_tracker.sm_g985f
|
||||
- name: Florian
|
||||
id: florian
|
||||
device_trackers:
|
||||
@ -196,6 +198,12 @@ spotify:
|
||||
client_id: !secret spotify_client_id
|
||||
client_secret: !secret spotify_client_secret
|
||||
|
||||
ecovacs:
|
||||
username: !secret ecovacs_user
|
||||
password: !secret ecovacs_password
|
||||
country: de
|
||||
continent: eu
|
||||
|
||||
#tplink:
|
||||
# discovery: false
|
||||
# switch:
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
custom_components/reolink_dev/__pycache__/camera.cpython-38.pyc
Normal file
BIN
custom_components/reolink_dev/__pycache__/camera.cpython-38.pyc
Normal file
Binary file not shown.
@ -12,6 +12,7 @@ views:
|
||||
- !include config/views/devices.yaml
|
||||
- !include config/views/landroid.yaml
|
||||
- !include config/views/cctv.yaml
|
||||
- !include config/views/network.yaml
|
||||
- !include config/views/alerts.yaml
|
||||
|
||||
resources:
|
||||
|
Loading…
Reference in New Issue
Block a user