Update current config

This commit is contained in:
Florian Brinker 2020-11-18 22:12:34 +01:00
parent 984fc55b20
commit 53c99e4509
15 changed files with 102 additions and 15 deletions

View 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

View File

@ -8,9 +8,11 @@
- light.ambilight - light.ambilight
- light.kuchen_theke - light.kuchen_theke
- light.esstisch - light.esstisch
- light.office - light.office_rgb
- light.lichtleiste
- light.onair - light.onair
- switch.livingroom_stimmungslicht - light.stimmungslicht
- light.lichterkette
- switch.livingroom_music - switch.livingroom_music
- switch.livingroom_netflix - switch.livingroom_netflix
- switch.harmony_firetv - switch.harmony_firetv
@ -40,12 +42,18 @@
light.esstisch: light.esstisch:
name: Esstisch name: Esstisch
description: Esstisch-Lichter description: Esstisch-Lichter
light.office: light.office_rgb:
name: Büro name: Büro
description: Büro - Deckenlampe description: Büro - Deckenlampe
light.lichtleiste:
name: Schreibtischlicht
description: Büro - Schreibtischlicht
light.stimmungslicht: light.stimmungslicht:
name: Stimmungslicht name: Stimmungslicht
description: Wohnzimmer - Stimmungslicht description: Wohnzimmer - Stimmungslicht
light.lichterkette:
name: Lichterkette
description: Garten - Lichterkette
light.onair: light.onair:
name: Studio-Treppe name: Studio-Treppe
description: Studio-Treppenlicht description: Studio-Treppenlicht

View File

@ -32,3 +32,23 @@
data: data:
entity_id: light.onair entity_id: light.onair
color_temp: 367 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

View File

@ -2,11 +2,14 @@
name: Ambilight name: Ambilight
host: !secret ambilight_ip host: !secret ambilight_ip
hdmi_priority: 900 hdmi_priority: 900
- platform: switch
name: Stimmungslicht
entity_id: switch.livingroom_stimmungslicht
- platform: group - platform: group
name: onAir name: onAir
entities: entities:
- light.innr_gu10_rgb_1 - 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

View File

@ -12,18 +12,18 @@ cards:
title: Florian title: Florian
show_header_toggle: false show_header_toggle: false
entities: entities:
- entity: device_tracker.mobile_fb - entity: device_tracker.pixel_4
name: Standort name: Standort
- entity: sensor.device_mobile_fb_battery - entity: sensor.battery_level
name: Handy-Akku name: Handy-Akku
icon: mdi:battery icon: mdi:battery
- type: entities - type: entities
title: Jenny title: Jenny
show_header_toggle: false show_header_toggle: false
entities: entities:
- entity: device_tracker.mobile_fb - entity: device_tracker.sm_g985f
name: Standort name: Standort
- entity: sensor.device_mobile_fb_battery - entity: sensor.samsung_s20_battery_level
name: Handy-Akku name: Handy-Akku
icon: mdi:battery icon: mdi:battery
- type: horizontal-stack - type: horizontal-stack

View File

@ -4,15 +4,15 @@ cards:
- type: light - type: light
entity: light.kuchen_theke entity: light.kuchen_theke
name: Küchen-Theke name: Küchen-Theke
- type: light
entity: light.office
name: Büro
- type: light - type: light
entity: light.stimmungslicht entity: light.stimmungslicht
name: Stimmungslicht name: Stimmungslicht
- type: light - type: light
entity: light.ambilight entity: light.ambilight
name: Ambilight name: Ambilight
- type: light
entity: light.lichterkette
name: Lichterkette (Garten)
- type: light - type: light
entity: light.esstisch entity: light.esstisch
name: Esstisch name: Esstisch
@ -34,4 +34,14 @@ cards:
icon: mdi:camera-rear icon: mdi:camera-rear
- entity: switch.osram_plug_01_57b6060a_on_off - entity: switch.osram_plug_01_57b6060a_on_off
name: Studio Ringlicht 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
View 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

View File

@ -110,6 +110,8 @@ remote:
person: person:
- name: Jenny - name: Jenny
id: jenny id: jenny
device_trackers:
- device_tracker.sm_g985f
- name: Florian - name: Florian
id: florian id: florian
device_trackers: device_trackers:
@ -196,6 +198,12 @@ spotify:
client_id: !secret spotify_client_id client_id: !secret spotify_client_id
client_secret: !secret spotify_client_secret client_secret: !secret spotify_client_secret
ecovacs:
username: !secret ecovacs_user
password: !secret ecovacs_password
country: de
continent: eu
#tplink: #tplink:
# discovery: false # discovery: false
# switch: # switch:

View File

@ -12,6 +12,7 @@ views:
- !include config/views/devices.yaml - !include config/views/devices.yaml
- !include config/views/landroid.yaml - !include config/views/landroid.yaml
- !include config/views/cctv.yaml - !include config/views/cctv.yaml
- !include config/views/network.yaml
- !include config/views/alerts.yaml - !include config/views/alerts.yaml
resources: resources: