Initial commit: Home Assistant Konfiguration
- automations.yaml: 28 Automationen (bereinigt & zusammengefasst) - lovelace.dashboard_modern.json: Modernes Dashboard - lovelace_dashboards.json: Dashboard-Konfiguration - modern_home.generated.yaml: HA YAML-Konfiguration
This commit is contained in:
commit
e32030a0c2
5 changed files with 1455 additions and 0 deletions
12
.gitignore
vendored
Normal file
12
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
# SSH Keys
|
||||
*.ppk
|
||||
*.pem
|
||||
*.key
|
||||
id_rsa*
|
||||
|
||||
# Claude internal
|
||||
.claude/
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
613
automations.yaml
Normal file
613
automations.yaml
Normal file
|
|
@ -0,0 +1,613 @@
|
|||
- id: '1684194388356'
|
||||
alias: Küchenfenster Rolladen
|
||||
description: Hoch bei Sonnenaufgang, runter bei Sonnenuntergang
|
||||
trigger:
|
||||
- platform: sun
|
||||
event: sunrise
|
||||
offset: 00:30
|
||||
id: rolladen-hoch
|
||||
- platform: sun
|
||||
event: sunset
|
||||
offset: 01:00:00
|
||||
id: rolladen-runter
|
||||
condition: []
|
||||
action:
|
||||
- choose:
|
||||
- conditions:
|
||||
- condition: trigger
|
||||
id: rolladen-hoch
|
||||
sequence:
|
||||
- device_id: dd252cd15b1e2ec29ea0770d550fac48
|
||||
domain: cover
|
||||
entity_id: bb4c494cd8ee9e0931deffc3bc548e6c
|
||||
type: open
|
||||
- conditions:
|
||||
- condition: trigger
|
||||
id: rolladen-runter
|
||||
sequence:
|
||||
- device_id: dd252cd15b1e2ec29ea0770d550fac48
|
||||
domain: cover
|
||||
entity_id: bb4c494cd8ee9e0931deffc3bc548e6c
|
||||
type: close
|
||||
mode: single
|
||||
- id: '1684938339547'
|
||||
alias: testkek
|
||||
description: ''
|
||||
triggers:
|
||||
- type: motion
|
||||
device_id: 9e1613f654cda730d80efd43bdf01f04
|
||||
entity_id: 97c6d1a404f9c11cd4e3039a34d040ad
|
||||
domain: binary_sensor
|
||||
trigger: device
|
||||
conditions:
|
||||
- condition: time
|
||||
after: 09:00:00
|
||||
before: '23:00:00'
|
||||
weekday:
|
||||
- mon
|
||||
- tue
|
||||
- wed
|
||||
- thu
|
||||
- fri
|
||||
- sat
|
||||
- sun
|
||||
actions:
|
||||
- target:
|
||||
entity_id: media_player.burohub
|
||||
data:
|
||||
media_content_id: media-source://media_source/local/purge_siren.mp3
|
||||
media_content_type: audio/mpeg
|
||||
metadata:
|
||||
title: purge_siren.mp3
|
||||
thumbnail:
|
||||
media_class: music
|
||||
children_media_class:
|
||||
navigateIds:
|
||||
- {}
|
||||
- media_content_type: app
|
||||
media_content_id: media-source://media_source
|
||||
action: media_player.play_media
|
||||
- device_id: 645cd1503db5758d93922a311df5d09d
|
||||
domain: light
|
||||
entity_id: 02096aa78a47d99393ced84f19a78fd1
|
||||
type: flash
|
||||
- type: turn_off
|
||||
device_id: 645cd1503db5758d93922a311df5d09d
|
||||
entity_id: 02096aa78a47d99393ced84f19a78fd1
|
||||
domain: light
|
||||
mode: single
|
||||
- id: '1687733860789'
|
||||
alias: Schreibtischlampe Ein/Aus
|
||||
description: 'Schaltet den Schreibtisch '
|
||||
trigger:
|
||||
- platform: device
|
||||
domain: mqtt
|
||||
device_id: bbbd525a8beab8642460148c5f5028ba
|
||||
type: action
|
||||
subtype: 1_single
|
||||
discovery_id: 0x70ac08fffee50a19 action_1_single
|
||||
condition: []
|
||||
action:
|
||||
- type: toggle
|
||||
device_id: 645cd1503db5758d93922a311df5d09d
|
||||
entity_id: 02096aa78a47d99393ced84f19a78fd1
|
||||
domain: light
|
||||
mode: single
|
||||
- id: '1689502863403'
|
||||
alias: Deckenlampen Büro
|
||||
description: 'Schaltet den Schreibtisch '
|
||||
trigger:
|
||||
- platform: device
|
||||
domain: mqtt
|
||||
device_id: bbbd525a8beab8642460148c5f5028ba
|
||||
type: action
|
||||
subtype: 3_single
|
||||
discovery_id: 0x70ac08fffee50a19 action_3_single
|
||||
condition: []
|
||||
action:
|
||||
- type: toggle
|
||||
device_id: 9631739d3531437cc6ef30aaf73ea062
|
||||
entity_id: 8d5ec8eb264a1c10234feddba034b479
|
||||
domain: light
|
||||
mode: single
|
||||
- id: '1689503433817'
|
||||
alias: Büroeingang Schalter
|
||||
description: 'Schaltet den Schreibtisch '
|
||||
trigger:
|
||||
- platform: device
|
||||
domain: mqtt
|
||||
device_id: bbbd525a8beab8642460148c5f5028ba
|
||||
type: action
|
||||
subtype: 4_single
|
||||
discovery_id: 0x70ac08fffee50a19 action_4_single
|
||||
condition: []
|
||||
action:
|
||||
- type: toggle
|
||||
device_id: 44c395dbc647e707cb6e9e1eb811cf83
|
||||
entity_id: a358df14e685aa9bd7666a554d07221f
|
||||
domain: light
|
||||
mode: single
|
||||
- id: '1690383560025'
|
||||
alias: Wechselrichter-Lüfter Automatik
|
||||
description: ''
|
||||
use_blueprint:
|
||||
path: FLEXPRINTS/Wechselrichter-Tempsteuerung.yaml
|
||||
input:
|
||||
switch:
|
||||
entity_id: switch.stromsteckdose_wechselrichter_fan
|
||||
temp_inside: sensor.pv_temp
|
||||
temp_outside: sensor.pv_temp
|
||||
temp_outside_min: 10
|
||||
only_daytime: true
|
||||
temp_threshold_inside: 30
|
||||
hysteresis: 5
|
||||
- id: '1690557718414'
|
||||
alias: Kellerlichtautomatik 2.0
|
||||
description: Für Schalter und Lampen
|
||||
use_blueprint:
|
||||
path: Marcos_Felipe/Kellerlicht-automatik2.0.yaml
|
||||
input:
|
||||
motion_entity:
|
||||
- binary_sensor.bewegungsmelder_keller_hue_occupancy
|
||||
- binary_sensor.bewegungsmelder_keller_schrank_occupancy
|
||||
entity_target:
|
||||
entity_id:
|
||||
- switch.kellerlicht_schrank
|
||||
- light.kellerlicht_flur
|
||||
no_motion_wait: 180
|
||||
- id: '1693858089290'
|
||||
alias: Korblampe Schlafzimmer AN/AUS
|
||||
description: ''
|
||||
trigger:
|
||||
- platform: device
|
||||
domain: mqtt
|
||||
device_id: 7d75525d2b90bbad64c61412c749dda7
|
||||
type: action
|
||||
subtype: single
|
||||
discovery_id: 0x00158d00091a5ae0 action_single
|
||||
condition: []
|
||||
action:
|
||||
- type: toggle
|
||||
device_id: a431f1802c52dd84dbce1bb317175824
|
||||
entity_id: a7a8bac3f4b78fe53248ca53bedd7bb6
|
||||
domain: light
|
||||
mode: single
|
||||
- id: '1693858339251'
|
||||
alias: Bett knopf Bettlampe
|
||||
description: Double Klick für Bettlampe
|
||||
trigger:
|
||||
- platform: device
|
||||
domain: mqtt
|
||||
device_id: 7d75525d2b90bbad64c61412c749dda7
|
||||
type: action
|
||||
subtype: double
|
||||
discovery_id: 0x00158d00091a5ae0 action_double
|
||||
condition: []
|
||||
action:
|
||||
- type: toggle
|
||||
device_id: 8444559feea77d6778da20690aab92f8
|
||||
entity_id: 27275ed2d4872fce9a4f5ca4c2e14291
|
||||
domain: switch
|
||||
mode: single
|
||||
- id: '1694127253450'
|
||||
alias: Salzlampe Kinderzimmer
|
||||
description: Für Schalter und Lampen
|
||||
use_blueprint:
|
||||
path: Marcos_Felipe/Kellerlicht-automatik2.0.yaml
|
||||
input:
|
||||
motion_entity:
|
||||
- binary_sensor.bewegungsmelder_kinderzimmer_occupancy
|
||||
entity_target:
|
||||
device_id: 0e9e0e542316566a0fb60fde3ad49a74
|
||||
no_motion_wait: 258
|
||||
- id: '1697489447082'
|
||||
alias: Teich Temperatur Winterbetrieb
|
||||
description: 'Teich geht an bei 12 grad außentemp und aus bei 9 grad '
|
||||
use_blueprint:
|
||||
path: FLEXPRINTS/Wechselrichter-Tempsteuerung.yaml
|
||||
input:
|
||||
temp_outside: sensor.openweathermap_temperature
|
||||
temp_outside_min: 11
|
||||
hysteresis: 2
|
||||
switch:
|
||||
entity_id:
|
||||
- switch.teich_socket_1
|
||||
- switch.teich_socket_2
|
||||
temp_inside: sensor.thermometer_wohnzimmer_temperature
|
||||
temp_threshold_inside: 10
|
||||
only_daytime: true
|
||||
- id: '1704552123874'
|
||||
alias: Hue-Dimmer-Korblampe
|
||||
description: ''
|
||||
trigger:
|
||||
- platform: device
|
||||
domain: mqtt
|
||||
device_id: 305602666a17d13266b24442a3e0eee8
|
||||
type: action
|
||||
subtype: up_press
|
||||
discovery_id: 0x001788010d8899db action_up_press
|
||||
id: dim-up
|
||||
- platform: device
|
||||
domain: mqtt
|
||||
device_id: 305602666a17d13266b24442a3e0eee8
|
||||
type: action
|
||||
subtype: down_press
|
||||
discovery_id: 0x001788010d8899db action_down_press
|
||||
id: dim-down
|
||||
- platform: device
|
||||
domain: mqtt
|
||||
device_id: 305602666a17d13266b24442a3e0eee8
|
||||
type: action
|
||||
subtype: on_press
|
||||
discovery_id: 0x001788010d8899db action_on_press
|
||||
id: dim-on-off
|
||||
- platform: device
|
||||
domain: mqtt
|
||||
device_id: 305602666a17d13266b24442a3e0eee8
|
||||
type: action
|
||||
subtype: off_press
|
||||
discovery_id: 0x001788010d8899db action_off_press
|
||||
id: dim-help
|
||||
condition: []
|
||||
action:
|
||||
- choose:
|
||||
- conditions:
|
||||
- condition: trigger
|
||||
id:
|
||||
- dim-up
|
||||
sequence:
|
||||
- device_id: a431f1802c52dd84dbce1bb317175824
|
||||
domain: light
|
||||
entity_id: a7a8bac3f4b78fe53248ca53bedd7bb6
|
||||
type: brightness_increase
|
||||
- conditions:
|
||||
- condition: trigger
|
||||
id:
|
||||
- dim-down
|
||||
sequence:
|
||||
- device_id: a431f1802c52dd84dbce1bb317175824
|
||||
domain: light
|
||||
entity_id: a7a8bac3f4b78fe53248ca53bedd7bb6
|
||||
type: brightness_decrease
|
||||
- conditions:
|
||||
- condition: trigger
|
||||
id:
|
||||
- dim-on-off
|
||||
sequence:
|
||||
- type: toggle
|
||||
device_id: a431f1802c52dd84dbce1bb317175824
|
||||
entity_id: a7a8bac3f4b78fe53248ca53bedd7bb6
|
||||
domain: light
|
||||
- conditions:
|
||||
- condition: trigger
|
||||
id:
|
||||
- dim-help
|
||||
sequence:
|
||||
- service: notify.mobile_app_iphone_pici
|
||||
metadata: {}
|
||||
data:
|
||||
message: Schlafzimmer Knopf
|
||||
title: Bitte schnell kommen
|
||||
mode: single
|
||||
- id: '1705020602892'
|
||||
alias: Kellerlicht Hobbyraum
|
||||
description: Für Schalter und Lampen
|
||||
use_blueprint:
|
||||
path: Marcos_Felipe/Kellerlicht-automatik2.0.yaml
|
||||
input:
|
||||
motion_entity:
|
||||
- binary_sensor.bewegungsmelder_hobbyraum_radar_presence
|
||||
entity_target:
|
||||
entity_id:
|
||||
- light.kellerlicht_hobbyraum2
|
||||
- light.kellerlicht_hobbyraum1
|
||||
no_motion_wait: 30
|
||||
- id: '1705254528531'
|
||||
alias: Türklingel
|
||||
description: ''
|
||||
trigger:
|
||||
- platform: device
|
||||
domain: mqtt
|
||||
device_id: fb2e0533ba7f9e7fe77c3951e91b7923
|
||||
type: action
|
||||
subtype: single
|
||||
discovery_id: 0x00158d0009ee4bfa action_single
|
||||
condition: []
|
||||
action:
|
||||
- service: media_player.play_media
|
||||
target:
|
||||
entity_id: media_player.burohub
|
||||
data:
|
||||
media_content_id: media-source://media_source/local/doorbell.mp3
|
||||
media_content_type: audio/mpeg
|
||||
metadata:
|
||||
title: doorbell.mp3
|
||||
thumbnail:
|
||||
media_class: music
|
||||
children_media_class:
|
||||
navigateIds:
|
||||
- {}
|
||||
- media_content_type: app
|
||||
media_content_id: media-source://media_source
|
||||
- service: media_player.play_media
|
||||
target:
|
||||
entity_id: media_player.aprendohub
|
||||
data:
|
||||
media_content_id: media-source://media_source/local/doorbell.mp3
|
||||
media_content_type: audio/mpeg
|
||||
metadata:
|
||||
title: doorbell.mp3
|
||||
thumbnail:
|
||||
media_class: music
|
||||
children_media_class:
|
||||
navigateIds:
|
||||
- {}
|
||||
- media_content_type: app
|
||||
media_content_id: media-source://media_source
|
||||
mode: single
|
||||
- id: '1705718309763'
|
||||
alias: Handtuchheizung Timer
|
||||
description: ''
|
||||
trigger:
|
||||
- platform: device
|
||||
type: turned_on
|
||||
device_id: 81690c2eafc70cf224c214434a560e0e
|
||||
entity_id: 62eae09c68fc59b4642ef2fd98a48772
|
||||
domain: switch
|
||||
condition: []
|
||||
action:
|
||||
- delay:
|
||||
hours: 1
|
||||
minutes: 0
|
||||
seconds: 5
|
||||
milliseconds: 0
|
||||
- type: turn_off
|
||||
device_id: 81690c2eafc70cf224c214434a560e0e
|
||||
entity_id: 62eae09c68fc59b4642ef2fd98a48772
|
||||
domain: switch
|
||||
mode: single
|
||||
- id: '1706993973351'
|
||||
alias: NS_Panel
|
||||
description: ''
|
||||
use_blueprint:
|
||||
path: Blackymas/nspanel_blueprint.yaml
|
||||
input:
|
||||
nspanel_name: ed98e079c95fa65bc78aa8771689fb77
|
||||
language: de
|
||||
weather_entity: weather.forecast_home
|
||||
outdoortemp: sensor.openweathermap_temperature
|
||||
home_value01: sensor.tibber_pulse_haus_power
|
||||
home_value02: sensor.tibber_pulse_haus_power_production
|
||||
time_format: '%-H:%M'
|
||||
home_outdoor_temp_font: '4'
|
||||
home_value03_icon: mdi:currency-eur
|
||||
climate: climate.vaillant_vsmart_07_00_00_81_a9_4a
|
||||
climate_value01: sensor.thermometer_wohnzimmer_temperature
|
||||
indoortemp: sensor.thermometer_wohnzimmer_temperature
|
||||
home_value01_icon_color:
|
||||
- 114
|
||||
- 156
|
||||
- 68
|
||||
home_indoor_temp_visible: true
|
||||
timezone: Europe/Berlin (CET-1CEST,M3.5.0,M10.5.0/3)
|
||||
home_value02_label_color:
|
||||
- 116
|
||||
- 167
|
||||
- 255
|
||||
home_value01_icon: mdi:solar-power
|
||||
home_value01_label_color:
|
||||
- 118
|
||||
- 187
|
||||
- 64
|
||||
home_value03_label_color:
|
||||
- 255
|
||||
- 64
|
||||
- 21
|
||||
home_value04: sensor.picimobil_battery_level
|
||||
home_value04_label_color:
|
||||
- 255
|
||||
- 255
|
||||
- 255
|
||||
home_value04_icon: mdi:ev-plug-ccs2
|
||||
home_value02_icon: mdi:transmission-tower
|
||||
home_value04_icon_color:
|
||||
- 181
|
||||
- 26
|
||||
- 0
|
||||
chip_font_size: '8'
|
||||
climate_chip_always_visible: true
|
||||
left_button_entity: button.picimobil_homelink_2
|
||||
left_button_name: Garagentor
|
||||
wake_up_sensors:
|
||||
- binary_sensor.bewegungsmelder_buro_occupancy
|
||||
media_player_update_interval: 5001
|
||||
right_button_entity: climate.picimobil_climate
|
||||
right_button_name: Klima Einschalten
|
||||
delay: 10
|
||||
decimal_separator: ','
|
||||
screensaver_display_time: false
|
||||
screensaver_display_time_font_size: '6'
|
||||
home_value03: sensor.andreasstr_20b_electricity_price
|
||||
- id: '1713038199066'
|
||||
alias: salzlampe per knopf
|
||||
description: ''
|
||||
trigger:
|
||||
- platform: device
|
||||
domain: mqtt
|
||||
device_id: fb2e0533ba7f9e7fe77c3951e91b7923
|
||||
type: action
|
||||
subtype: single
|
||||
condition: []
|
||||
action:
|
||||
- type: toggle
|
||||
device_id: 0e9e0e542316566a0fb60fde3ad49a74
|
||||
entity_id: 25fa7aa26d1f4459cd7b9ff9a1bf66b7
|
||||
domain: switch
|
||||
mode: single
|
||||
- id: '1715377913663'
|
||||
alias: Teich Bewässerung
|
||||
description: 'Jeden Tag 14 Uhr - Wasser für 5 Minuten '
|
||||
trigger:
|
||||
- platform: time
|
||||
at: '14:00:00'
|
||||
condition: []
|
||||
action:
|
||||
- device_id: 99e3831fc2985e10fec887dc54585146
|
||||
domain: number
|
||||
entity_id: c63dfa60c0f43dc44d75380fc16fd65f
|
||||
type: set_value
|
||||
value: 5
|
||||
mode: single
|
||||
- id: '1727630889549'
|
||||
alias: Kotzalarm
|
||||
description: ''
|
||||
triggers:
|
||||
- domain: mqtt
|
||||
device_id: 7d75525d2b90bbad64c61412c749dda7
|
||||
type: action
|
||||
subtype: hold
|
||||
trigger: device
|
||||
conditions: []
|
||||
actions:
|
||||
- type: turn_on
|
||||
device_id: 8444559feea77d6778da20690aab92f8
|
||||
entity_id: 27275ed2d4872fce9a4f5ca4c2e14291
|
||||
domain: switch
|
||||
- type: turn_on
|
||||
device_id: a431f1802c52dd84dbce1bb317175824
|
||||
entity_id: a7a8bac3f4b78fe53248ca53bedd7bb6
|
||||
domain: light
|
||||
brightness_pct: 100
|
||||
- action: notify.mobile_app_iphone_16_pro_daniel
|
||||
metadata: {}
|
||||
data:
|
||||
message: Kotzalarm
|
||||
title: DRINGEND
|
||||
mode: single
|
||||
- id: '1731028574269'
|
||||
alias: Dachlampe
|
||||
description: ''
|
||||
triggers:
|
||||
- type: occupied
|
||||
device_id: 9e1613f654cda730d80efd43bdf01f04
|
||||
entity_id: 97c6d1a404f9c11cd4e3039a34d040ad
|
||||
domain: binary_sensor
|
||||
trigger: device
|
||||
for:
|
||||
hours: 0
|
||||
minutes: 0
|
||||
seconds: 0
|
||||
conditions:
|
||||
- condition: sun
|
||||
before: sunrise
|
||||
after: sunset
|
||||
actions:
|
||||
- type: turn_on
|
||||
device_id: 425001988caa92f2cb932a7c79695ccf
|
||||
entity_id: 8764eecf51352274d0bcbc51a373e09b
|
||||
domain: light
|
||||
- wait_for_trigger:
|
||||
- type: not_occupied
|
||||
device_id: 9e1613f654cda730d80efd43bdf01f04
|
||||
entity_id: 97c6d1a404f9c11cd4e3039a34d040ad
|
||||
domain: binary_sensor
|
||||
trigger: device
|
||||
- type: turn_off
|
||||
device_id: 425001988caa92f2cb932a7c79695ccf
|
||||
entity_id: 8764eecf51352274d0bcbc51a373e09b
|
||||
domain: light
|
||||
mode: single
|
||||
- id: '1757007482995'
|
||||
alias: sprudler an
|
||||
description: ''
|
||||
triggers:
|
||||
- trigger: time
|
||||
at: '23:00:00'
|
||||
conditions: []
|
||||
actions:
|
||||
- type: turn_on
|
||||
device_id: 634e2e308664fc4b7e8848c35ab10755
|
||||
entity_id: 9ea25f2ec354025990503f01d7b3a4b1
|
||||
domain: switch
|
||||
mode: single
|
||||
- id: '1757007570990'
|
||||
alias: sprudler aus
|
||||
description: ''
|
||||
triggers:
|
||||
- trigger: time
|
||||
at: 08:00:00
|
||||
conditions: []
|
||||
actions:
|
||||
- type: turn_off
|
||||
device_id: 634e2e308664fc4b7e8848c35ab10755
|
||||
entity_id: 9ea25f2ec354025990503f01d7b3a4b1
|
||||
domain: switch
|
||||
mode: single
|
||||
- id: '1757142016785'
|
||||
alias: Sprudel aus 2
|
||||
description: ''
|
||||
triggers:
|
||||
- trigger: time
|
||||
at: 09:00:00
|
||||
conditions: []
|
||||
actions:
|
||||
- type: turn_off
|
||||
device_id: 634e2e308664fc4b7e8848c35ab10755
|
||||
entity_id: 9ea25f2ec354025990503f01d7b3a4b1
|
||||
domain: switch
|
||||
mode: single
|
||||
- id: '1763202585929'
|
||||
alias: Haustür Person Erkannt
|
||||
description: ''
|
||||
triggers:
|
||||
- type: motion
|
||||
device_id: bd43d4740d416a856eb232f645791b5a
|
||||
entity_id: 41bc7ae5d029b9bd296f7120030756b6
|
||||
domain: binary_sensor
|
||||
trigger: device
|
||||
conditions: []
|
||||
actions:
|
||||
- action: notify.mobile_app_iphone_16_pro_daniel
|
||||
metadata: {}
|
||||
data:
|
||||
message: Person Erkannt
|
||||
title: Haustür
|
||||
mode: single
|
||||
- id: '1763202988840'
|
||||
alias: Frigate Haustür Benachrichtugung
|
||||
description: ''
|
||||
use_blueprint:
|
||||
path: SgtBatten/Stable.yaml
|
||||
input:
|
||||
camera:
|
||||
- camera.eingang
|
||||
notify_device: 390399d033a7b5cd96f69617ecc316e3
|
||||
base_url: https://homeassistant.daddelolymp.de
|
||||
title: Haustür
|
||||
message: Person erkannt
|
||||
alert_once: true
|
||||
ios_live_view: camera.eingang
|
||||
silence_timer: 5
|
||||
video: '{{base_url}}/api/frigate{{client_id}}/notifications/{{id}}/{{camera}}/master.m3u8'
|
||||
- id: '1771191799551'
|
||||
alias: Lichtautomatik Waschküche
|
||||
description: Für Schalter und Lampen
|
||||
use_blueprint:
|
||||
path: Marcos_Felipe/Kellerlicht-automatik2.0.yaml
|
||||
input:
|
||||
motion_entity:
|
||||
- binary_sensor.bewegungsmelder_waschkuche_presence
|
||||
entity_target:
|
||||
entity_id: switch.waschkueche_licht
|
||||
no_motion_wait: 30
|
||||
- id: '1771513676129'
|
||||
alias: Lichtautomatik Kabuff
|
||||
description: Für Schalter und Lampen
|
||||
use_blueprint:
|
||||
path: Marcos_Felipe/Kellerlicht-automatik2.0.yaml
|
||||
input:
|
||||
motion_entity:
|
||||
- binary_sensor.bewegungsmelder_kabuff_presence
|
||||
entity_target:
|
||||
entity_id: switch.shelly_kabuff
|
||||
no_motion_wait: 30
|
||||
171
lovelace.dashboard_modern.json
Normal file
171
lovelace.dashboard_modern.json
Normal file
|
|
@ -0,0 +1,171 @@
|
|||
{
|
||||
"version": 1,
|
||||
"minor_version": 1,
|
||||
"key": "lovelace.dashboard_modern",
|
||||
"data": {
|
||||
"config": {
|
||||
"title": "Modern Home",
|
||||
"views": [
|
||||
{
|
||||
"title": "Start",
|
||||
"path": "start",
|
||||
"icon": "mdi:home-analytics",
|
||||
"cards": [
|
||||
{
|
||||
"content": "## Zuhause`nModernes Dashboard mit Raumfokus und stabilen Standard-Karten.",
|
||||
"type": "markdown"
|
||||
},
|
||||
{
|
||||
"type": "grid",
|
||||
"title": "Schnellzugriff",
|
||||
"columns": 2,
|
||||
"cards": [
|
||||
{
|
||||
"entity": "lock.smart_lock_pro_lock",
|
||||
"type": "tile"
|
||||
},
|
||||
{
|
||||
"entity": "light.wohnzimmer_deckenlampe",
|
||||
"type": "tile"
|
||||
},
|
||||
{
|
||||
"entity": "light.wohnzimmer_deckenlampe_1",
|
||||
"type": "tile"
|
||||
},
|
||||
{
|
||||
"entity": "light.wohnzimmer_deckenlampe_2",
|
||||
"type": "tile"
|
||||
},
|
||||
{
|
||||
"entity": "light.stehlampe",
|
||||
"type": "tile"
|
||||
},
|
||||
{
|
||||
"entity": "timer.badezimmer_heizung",
|
||||
"type": "tile"
|
||||
}
|
||||
],
|
||||
"square": false
|
||||
},
|
||||
{
|
||||
"entities": [
|
||||
"update.home_assistant_core_update",
|
||||
"update.home_assistant_supervisor_update",
|
||||
"update.home_assistant_operating_system_update",
|
||||
"sensor.home_assistant_host_disk_free",
|
||||
"sensor.home_assistant_host_disk_used",
|
||||
"sensor.home_assistant_core_cpu_percent"
|
||||
],
|
||||
"type": "entities",
|
||||
"title": "System",
|
||||
"show_header_toggle": false
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "Räume",
|
||||
"path": "raeume",
|
||||
"icon": "mdi:floor-plan",
|
||||
"cards": [
|
||||
{
|
||||
"type": "grid",
|
||||
"columns": 3,
|
||||
"cards": [
|
||||
{
|
||||
"area": "wohnzimmer",
|
||||
"type": "area"
|
||||
},
|
||||
{
|
||||
"area": "kuche",
|
||||
"type": "area"
|
||||
},
|
||||
{
|
||||
"area": "badezimmer",
|
||||
"type": "area"
|
||||
},
|
||||
{
|
||||
"area": "schlafzimmer",
|
||||
"type": "area"
|
||||
},
|
||||
{
|
||||
"area": "kinderzimmer",
|
||||
"type": "area"
|
||||
},
|
||||
{
|
||||
"area": "buro",
|
||||
"type": "area"
|
||||
},
|
||||
{
|
||||
"area": "treppenhaus",
|
||||
"type": "area"
|
||||
},
|
||||
{
|
||||
"area": "keller",
|
||||
"type": "area"
|
||||
},
|
||||
{
|
||||
"area": "garage",
|
||||
"type": "area"
|
||||
},
|
||||
{
|
||||
"area": "garten",
|
||||
"type": "area"
|
||||
},
|
||||
{
|
||||
"area": "teich",
|
||||
"type": "area"
|
||||
},
|
||||
{
|
||||
"area": "haustur",
|
||||
"type": "area"
|
||||
},
|
||||
{
|
||||
"area": "dachgeschoss",
|
||||
"type": "area"
|
||||
},
|
||||
{
|
||||
"area": "dachboden",
|
||||
"type": "area"
|
||||
},
|
||||
{
|
||||
"area": "waschkuche",
|
||||
"type": "area"
|
||||
},
|
||||
{
|
||||
"area": "unterhaltungszimmer",
|
||||
"type": "area"
|
||||
},
|
||||
{
|
||||
"area": "aprendo",
|
||||
"type": "area"
|
||||
},
|
||||
{
|
||||
"area": "zuhause",
|
||||
"type": "area"
|
||||
}
|
||||
],
|
||||
"square": false
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "Geräte",
|
||||
"path": "geraete",
|
||||
"icon": "mdi:tune-variant",
|
||||
"cards": [
|
||||
{
|
||||
"entities": [
|
||||
"media_player.denon_avr_x1700h",
|
||||
"media_player.aprendo_mini",
|
||||
"media_player.wohnzimmer_mini"
|
||||
],
|
||||
"type": "entities",
|
||||
"title": "Media",
|
||||
"show_header_toggle": false
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
88
lovelace_dashboards.json
Normal file
88
lovelace_dashboards.json
Normal file
|
|
@ -0,0 +1,88 @@
|
|||
{
|
||||
"version": 1,
|
||||
"minor_version": 1,
|
||||
"key": "lovelace_dashboards",
|
||||
"data": {
|
||||
"items": [
|
||||
{
|
||||
"id": "dashboard_test",
|
||||
"show_in_sidebar": true,
|
||||
"icon": "mdi:lightning-bolt",
|
||||
"title": "Solardashboard",
|
||||
"require_admin": true,
|
||||
"mode": "storage",
|
||||
"url_path": "dashboard-test"
|
||||
},
|
||||
{
|
||||
"id": "dashboard_fenster",
|
||||
"show_in_sidebar": true,
|
||||
"icon": "mdi:window-closed-variant",
|
||||
"title": "Fenster",
|
||||
"require_admin": false,
|
||||
"mode": "storage",
|
||||
"url_path": "dashboard-fenster"
|
||||
},
|
||||
{
|
||||
"id": "temperaturen_und_tvoc",
|
||||
"show_in_sidebar": true,
|
||||
"title": "Temperaturen und Tvoc",
|
||||
"require_admin": false,
|
||||
"mode": "storage",
|
||||
"url_path": "temperaturen-und-tvoc",
|
||||
"icon": "mdi:temperature-celsius"
|
||||
},
|
||||
{
|
||||
"id": "dashboard_stromverbrauch",
|
||||
"show_in_sidebar": true,
|
||||
"icon": "mdi:lightning-bolt",
|
||||
"title": "Stromverbrauch ",
|
||||
"require_admin": false,
|
||||
"mode": "storage",
|
||||
"url_path": "dashboard-stromverbrauch"
|
||||
},
|
||||
{
|
||||
"id": "dashboard_raumansicht",
|
||||
"show_in_sidebar": false,
|
||||
"icon": "mdi:home-outline",
|
||||
"title": "Raumansicht",
|
||||
"require_admin": false,
|
||||
"mode": "storage",
|
||||
"url_path": "dashboard-raumansicht"
|
||||
},
|
||||
{
|
||||
"id": "dashboard_kamera",
|
||||
"show_in_sidebar": true,
|
||||
"title": "Kamera",
|
||||
"require_admin": false,
|
||||
"mode": "storage",
|
||||
"url_path": "dashboard-kamera"
|
||||
},
|
||||
{
|
||||
"id": "map",
|
||||
"icon": "mdi:map",
|
||||
"title": "Map",
|
||||
"url_path": "map",
|
||||
"require_admin": false,
|
||||
"mode": "storage",
|
||||
"show_in_sidebar": true
|
||||
},
|
||||
{
|
||||
"id": "dashboard_ubersicht",
|
||||
"show_in_sidebar": true,
|
||||
"title": "Übersicht",
|
||||
"require_admin": false,
|
||||
"mode": "storage",
|
||||
"url_path": "dashboard-ubersicht"
|
||||
},
|
||||
{
|
||||
"id": "dashboard_modern",
|
||||
"show_in_sidebar": true,
|
||||
"icon": "mdi:view-dashboard-outline",
|
||||
"title": "Modern Home",
|
||||
"require_admin": false,
|
||||
"mode": "storage",
|
||||
"url_path": "dashboard-modern"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
571
modern_home.generated.yaml
Normal file
571
modern_home.generated.yaml
Normal file
|
|
@ -0,0 +1,571 @@
|
|||
title: Modern Home
|
||||
views:
|
||||
- title: Uebersicht
|
||||
path: uebersicht
|
||||
icon: mdi:home-analytics
|
||||
cards:
|
||||
- type: markdown
|
||||
content: |
|
||||
## Raum-Dashboard
|
||||
Automatisch nach Areas und Entitaetsnamen zugeordnet. Fehler korrigieren wir danach gemeinsam.
|
||||
- type: grid
|
||||
title: Raeume
|
||||
columns: 2
|
||||
square: false
|
||||
cards:
|
||||
- type: area
|
||||
area: kuche
|
||||
navigation_path: /modern-home/kuche
|
||||
- type: area
|
||||
area: treppenhaus
|
||||
navigation_path: /modern-home/eg-flur
|
||||
- type: area
|
||||
area: wohnzimmer
|
||||
navigation_path: /modern-home/wohnzimmer
|
||||
- type: area
|
||||
area: garten
|
||||
navigation_path: /modern-home/garten
|
||||
- type: area
|
||||
area: haustur
|
||||
navigation_path: /modern-home/eingangsbereich
|
||||
- type: area
|
||||
area: kinderzimmer
|
||||
navigation_path: /modern-home/kinderzimmer
|
||||
- type: area
|
||||
area: schlafzimmer
|
||||
navigation_path: /modern-home/schlafzimmer
|
||||
- type: area
|
||||
area: badezimmer
|
||||
navigation_path: /modern-home/badezimmer
|
||||
- type: area
|
||||
area: buro
|
||||
navigation_path: /modern-home/buero
|
||||
- type: area
|
||||
area: aprendo
|
||||
navigation_path: /modern-home/aprendo
|
||||
- type: area
|
||||
area: keller
|
||||
navigation_path: /modern-home/keller
|
||||
- type: area
|
||||
area: waschkuche
|
||||
navigation_path: /modern-home/hobbyraum-waschkuche
|
||||
- type: button
|
||||
name: Kabuff
|
||||
icon: mdi:door-sliding
|
||||
tap_action:
|
||||
action: navigate
|
||||
navigation_path: /modern-home/kabuff
|
||||
- title: Küche
|
||||
path: kuche
|
||||
icon: mdi:silverware-fork-knife
|
||||
cards:
|
||||
- type: markdown
|
||||
content: |
|
||||
## Küche
|
||||
- type: area
|
||||
area: kuche
|
||||
- type: entities
|
||||
title: Steuerung
|
||||
show_header_toggle: false
|
||||
entities:
|
||||
- cover.rolladen_kuche_curtain
|
||||
- media_player.kuchengoogle
|
||||
- number.thermometer_kuche_humidity_calibration
|
||||
- number.thermometer_kuche_temperature_calibration
|
||||
- type: entities
|
||||
title: Sensoren
|
||||
show_header_toggle: false
|
||||
entities:
|
||||
- sensor.thermometer_kuche_battery
|
||||
- sensor.thermometer_kuche_humidity
|
||||
- sensor.thermometer_kuche_temperature
|
||||
- title: EG-Flur
|
||||
path: eg-flur
|
||||
icon: mdi:stairs
|
||||
cards:
|
||||
- type: markdown
|
||||
content: |
|
||||
## EG-Flur
|
||||
- type: area
|
||||
area: treppenhaus
|
||||
- type: entities
|
||||
title: Sensoren
|
||||
show_header_toggle: false
|
||||
entities:
|
||||
- sensor.fritz_dect_repeater_100_temperatur
|
||||
- title: Wohnzimmer
|
||||
path: wohnzimmer
|
||||
icon: mdi:sofa
|
||||
cards:
|
||||
- type: markdown
|
||||
content: |
|
||||
## Wohnzimmer
|
||||
- type: area
|
||||
area: wohnzimmer
|
||||
- type: entities
|
||||
title: Steuerung
|
||||
show_header_toggle: false
|
||||
entities:
|
||||
- light.stehlampe
|
||||
- light.tv_led
|
||||
- light.wohnzimmer_deckenlampe
|
||||
- light.wohnzimmer_deckenlampe_1
|
||||
- light.wohnzimmer_deckenlampe_2
|
||||
- light.wohnzimmer_deckenlampe_3
|
||||
- media_player.denon_avr_x1700h
|
||||
- media_player.denon_avr_x1700h_2
|
||||
- media_player.googletv1051
|
||||
- media_player.googletv2794
|
||||
- media_player.googletv4480
|
||||
- media_player.googletv7301
|
||||
- media_player.uhd_google_tv_stb
|
||||
- media_player.uhd_google_tv_stb_2
|
||||
- media_player.uhd_google_tv_stb_3
|
||||
- media_player.uhd_google_tv_stb_4
|
||||
- media_player.wohnzimmer
|
||||
- media_player.wohnzimmer_mini
|
||||
- media_player.wohnzimmertv
|
||||
- number.stromsteckdose_weihnachtsbaum_countdown
|
||||
- number.thermometer_wohnzimmer_humidity_calibration
|
||||
- number.thermometer_wohnzimmer_temperature_calibration
|
||||
- select.stehlampe_power_on_behavior
|
||||
- select.stromsteckdose_weihnachtsbaum_indicator_mode
|
||||
- select.stromsteckdose_weihnachtsbaum_power_outage_memory
|
||||
- select.wohnzimmer_deckenlampe_1_power_on_behavior
|
||||
- select.wohnzimmer_deckenlampe_2_power_on_behavior
|
||||
- select.wohnzimmer_deckenlampe_3_power_on_behavior
|
||||
- switch.stromsteckdose_weihnachtsbaum
|
||||
- switch.stromsteckdose_weihnachtsbaum_child_lock
|
||||
- type: entities
|
||||
title: Sensoren
|
||||
show_header_toggle: false
|
||||
entities:
|
||||
- sensor.stromsteckdose_weihnachtsbaum_energy
|
||||
- sensor.stromsteckdose_weihnachtsbaum_power
|
||||
- sensor.thermometer_wohnzimmer_battery
|
||||
- sensor.thermometer_wohnzimmer_humidity
|
||||
- sensor.thermometer_wohnzimmer_temperature
|
||||
- sensor.tv_kwh
|
||||
- title: Garten
|
||||
path: garten
|
||||
icon: mdi:flower
|
||||
cards:
|
||||
- type: markdown
|
||||
content: |
|
||||
## Garten
|
||||
- type: area
|
||||
area: garten
|
||||
- type: entities
|
||||
title: Steuerung
|
||||
show_header_toggle: false
|
||||
entities:
|
||||
- light.garten_filter
|
||||
- light.garten_links
|
||||
- light.garten_rechts
|
||||
- select.garten_filter_power_on_behavior
|
||||
- select.garten_links_power_on_behavior
|
||||
- select.garten_rechts_power_on_behavior
|
||||
- select.teich_power_on_behavior
|
||||
- switch.teich_socket_1
|
||||
- switch.teich_socket_2
|
||||
- title: Eingangsbereich
|
||||
path: eingangsbereich
|
||||
icon: mdi:door
|
||||
cards:
|
||||
- type: markdown
|
||||
content: |
|
||||
## Eingangsbereich
|
||||
- type: area
|
||||
area: haustur
|
||||
- type: entities
|
||||
title: Steuerung
|
||||
show_header_toggle: false
|
||||
entities:
|
||||
- button.smart_lock_pro_identify
|
||||
- button.smart_lock_pro_identify_2
|
||||
- lock.smart_lock_pro_lock
|
||||
- select.smart_lock_pro_operating_mode
|
||||
- switch.eingang_detect
|
||||
- switch.eingang_motion
|
||||
- switch.eingang_recordings
|
||||
- switch.eingang_review_alerts
|
||||
- switch.eingang_review_detections
|
||||
- switch.eingang_snapshots
|
||||
- type: entities
|
||||
title: Sensoren
|
||||
show_header_toggle: false
|
||||
entities:
|
||||
- binary_sensor.eingang_all_occupancy
|
||||
- binary_sensor.eingang_dog_occupancy
|
||||
- binary_sensor.eingang_motion
|
||||
- binary_sensor.eingang_person_occupancy
|
||||
- binary_sensor.grundstueck_all_occupancy
|
||||
- binary_sensor.grundstueck_dog_occupancy
|
||||
- binary_sensor.grundstueck_person_occupancy
|
||||
- binary_sensor.haustur_bad_video
|
||||
- binary_sensor.haustur_disk_error
|
||||
- binary_sensor.haustur_disk_full
|
||||
- binary_sensor.haustur_entering_region
|
||||
- binary_sensor.haustur_exiting_region
|
||||
- binary_sensor.haustur_field_detection
|
||||
- binary_sensor.haustur_illegal_access
|
||||
- binary_sensor.haustur_line_crossing
|
||||
- binary_sensor.haustur_motion
|
||||
- binary_sensor.haustur_tamper_detection
|
||||
- binary_sensor.ip_camera_bad_video
|
||||
- binary_sensor.ip_camera_disk_error
|
||||
- binary_sensor.ip_camera_disk_full
|
||||
- binary_sensor.ip_camera_entering_region
|
||||
- binary_sensor.ip_camera_exiting_region
|
||||
- binary_sensor.ip_camera_field_detection
|
||||
- binary_sensor.ip_camera_illegal_access
|
||||
- binary_sensor.ip_camera_line_crossing
|
||||
- binary_sensor.ip_camera_motion
|
||||
- binary_sensor.ip_camera_tamper_detection
|
||||
- binary_sensor.smart_lock_pro_door
|
||||
- sensor.eingang_all_active_count
|
||||
- sensor.eingang_all_count
|
||||
- title: Kinderzimmer
|
||||
path: kinderzimmer
|
||||
icon: mdi:teddy-bear
|
||||
cards:
|
||||
- type: markdown
|
||||
content: |
|
||||
## Kinderzimmer
|
||||
- type: area
|
||||
area: kinderzimmer
|
||||
- type: entities
|
||||
title: Steuerung
|
||||
show_header_toggle: false
|
||||
entities:
|
||||
- number.bewegungsmelder_kinderzimmer_occupancy_timeout
|
||||
- select.bewegungsmelder_kinderzimmer_motion_sensitivity
|
||||
- switch.bewegungsmelder_kinderzimmer_led_indication
|
||||
- switch.stromsteckdose_salzlampe_kinderzimmer
|
||||
- type: entities
|
||||
title: Sensoren
|
||||
show_header_toggle: false
|
||||
entities:
|
||||
- binary_sensor.bewegungsmelder_kinderzimmer_occupancy
|
||||
- sensor.bewegungsmelder_kinderzimmer_battery
|
||||
- sensor.bewegungsmelder_kinderzimmer_temperature
|
||||
- title: Schlafzimmer
|
||||
path: schlafzimmer
|
||||
icon: mdi:bed
|
||||
cards:
|
||||
- type: markdown
|
||||
content: |
|
||||
## Schlafzimmer
|
||||
- type: area
|
||||
area: schlafzimmer
|
||||
- type: entities
|
||||
title: Steuerung
|
||||
show_header_toggle: false
|
||||
entities:
|
||||
- button.korblampe_identify
|
||||
- light.0x0017880102fc13ca
|
||||
- light.korblampe
|
||||
- light.schlafzimmer
|
||||
- light.sonoff_1001f101f3
|
||||
- number.bettlampe_turn_off_in
|
||||
- select.0x0017880102fc13ca_power_on_behavior
|
||||
- select.korblampe_power_on_behavior
|
||||
- select.schlafzimmer_power_on_behavior
|
||||
- switch.bettlampe
|
||||
- switch.bettlampe_auto_off_enabled
|
||||
- switch.bettlampe_auto_update_enabled
|
||||
- switch.bettlampe_led
|
||||
- switch.sonoff_1001f101f3_1
|
||||
- switch.sonoff_1001f101f3_2
|
||||
- type: entities
|
||||
title: Sensoren
|
||||
show_header_toggle: false
|
||||
entities:
|
||||
- binary_sensor.bettlampe_cloud_connection
|
||||
- binary_sensor.bettlampe_overheated
|
||||
- binary_sensor.bettlampe_update
|
||||
- sensor.bett_knopf_battery
|
||||
- sensor.bett_knopf_device_temperature
|
||||
- sensor.bett_knopf_power_outage_count
|
||||
- sensor.bettlampe_auto_off_at
|
||||
- sensor.bettlampe_signal_level
|
||||
- sensor.bme680_schlafzimmer_breath_voc_equivalent
|
||||
- sensor.bme680_schlafzimmer_co2_equivalent
|
||||
- sensor.bme680_schlafzimmer_gas_resistance
|
||||
- sensor.bme680_schlafzimmer_humidity
|
||||
- sensor.bme680_schlafzimmer_iaq
|
||||
- sensor.bme680_schlafzimmer_iaq_accuracy
|
||||
- sensor.bme680_schlafzimmer_iaq_classification
|
||||
- sensor.bme680_schlafzimmer_numeric_iaq_accuracy
|
||||
- sensor.bme680_schlafzimmer_pressure
|
||||
- sensor.bme680_schlafzimmer_temperature
|
||||
- sensor.korblampe_color_options
|
||||
- sensor.mi_body_composition_scale_8c58_impedance
|
||||
- sensor.mi_body_composition_scale_8c58_mass
|
||||
- sensor.mi_body_composition_scale_8c58_mass_non_stabilized
|
||||
- sensor.sonoff_1001f101f3_action
|
||||
- title: Badezimmer
|
||||
path: badezimmer
|
||||
icon: mdi:shower
|
||||
cards:
|
||||
- type: markdown
|
||||
content: |
|
||||
## Badezimmer
|
||||
- type: area
|
||||
area: badezimmer
|
||||
- type: entities
|
||||
title: Steuerung
|
||||
show_header_toggle: false
|
||||
entities:
|
||||
- switch.handtuchheizung
|
||||
- timer.badezimmer_heizung
|
||||
- title: Büro
|
||||
path: buero
|
||||
icon: mdi:desk
|
||||
cards:
|
||||
- type: markdown
|
||||
content: |
|
||||
## Büro
|
||||
- type: area
|
||||
area: buro
|
||||
- type: entities
|
||||
title: Steuerung
|
||||
show_header_toggle: false
|
||||
entities:
|
||||
- button.buroeingang_identify
|
||||
- button.deckenlampe_identify
|
||||
- button.nspanel1_restart
|
||||
- button.nspanel1_update_tft_display
|
||||
- button.s3_bme_sensor_s3_restart_2
|
||||
- button.shellyplus2pm_c4d8d550d880_reboot
|
||||
- cover.rollo_curtain
|
||||
- cover.shellyplus2pm_c4d8d550d880
|
||||
- light.buroeingang
|
||||
- light.deckenlampe
|
||||
- light.tischlampe
|
||||
- media_player.buro
|
||||
- media_player.burohub
|
||||
- media_player.unterhaltungszimmer
|
||||
- number.nspanel1_display_brightness
|
||||
- number.nspanel1_display_brightness_dimdown
|
||||
- number.nspanel1_display_brightness_sleep
|
||||
- number.nspanel1_temperature_correction
|
||||
- number.nspanel1_timeout_dimming
|
||||
- number.nspanel1_timeout_page
|
||||
- number.nspanel1_timeout_sleep
|
||||
- number.thermometer_buro_humidity_calibration
|
||||
- number.thermometer_buro_temperature_calibration
|
||||
- select.buroeingang_power_on_behavior
|
||||
- select.deckenlampe_power_on_behavior
|
||||
- select.nspanel1_update_tft_display_model
|
||||
- select.nspanel1_wake_up_page
|
||||
- select.tischlampe_power_on_behavior
|
||||
- switch.nspanel1_relay_1
|
||||
- switch.nspanel1_relay_2
|
||||
- type: entities
|
||||
title: Sensoren
|
||||
show_header_toggle: false
|
||||
entities:
|
||||
- binary_sensor.nspanel1_left_button
|
||||
- binary_sensor.nspanel1_nextion_display
|
||||
- binary_sensor.nspanel1_right_button
|
||||
- binary_sensor.s3_bme_sensor_s3_status_2
|
||||
- binary_sensor.shellyplus2pm_c4d8d550d880_overcurrent
|
||||
- binary_sensor.shellyplus2pm_c4d8d550d880_overheating
|
||||
- binary_sensor.shellyplus2pm_c4d8d550d880_overpowering
|
||||
- binary_sensor.shellyplus2pm_c4d8d550d880_overvoltage
|
||||
- binary_sensor.system_monitor_process_python3
|
||||
- binary_sensor.system_monitor_process_s6_ipcserverd
|
||||
- binary_sensor.system_monitor_process_s6_linux_init_shutdownd
|
||||
- binary_sensor.system_monitor_process_s6_supervise
|
||||
- binary_sensor.system_monitor_process_s6_svscan
|
||||
- sensor.andreasstr_20b_electricity_price
|
||||
- sensor.andreasstr_20b_monthly_cost
|
||||
- sensor.andreasstr_20b_monthly_net_consumption
|
||||
- sensor.andreasstr_20b_monthly_peak_hour_consumption
|
||||
- sensor.andreasstr_20b_time_of_max_hour_consumption
|
||||
- sensor.bme680_test_breath_voc_equivalent
|
||||
- sensor.bme680_test_co2_equivalent
|
||||
- sensor.bme680_test_gas_resistance
|
||||
- sensor.bme680_test_humidity
|
||||
- sensor.bme680_test_iaq
|
||||
- sensor.bme680_test_iaq_accuracy
|
||||
- sensor.bme680_test_iaq_classification
|
||||
- sensor.bme680_test_numeric_iaq_accuracy
|
||||
- sensor.bme680_test_pressure
|
||||
- sensor.bme680_test_temperature
|
||||
- sensor.buroeingang_color_options
|
||||
- sensor.deckenlampe_color_options
|
||||
- title: Aprendo
|
||||
path: aprendo
|
||||
icon: mdi:school
|
||||
cards:
|
||||
- type: markdown
|
||||
content: |
|
||||
## Aprendo
|
||||
- type: area
|
||||
area: aprendo
|
||||
- type: entities
|
||||
title: Steuerung
|
||||
show_header_toggle: false
|
||||
entities:
|
||||
- light.schreibtisch
|
||||
- media_player.aprendo_mini
|
||||
- media_player.aprendohub
|
||||
- number.stromsteckdose_aprendo_pc_countdown
|
||||
- number.thermometer_aprendo_humidity_calibration
|
||||
- number.thermometer_aprendo_temperature_calibration
|
||||
- select.schreibtisch_power_on_behavior
|
||||
- select.stromsteckdose_aprendo_pc_indicator_mode
|
||||
- select.stromsteckdose_aprendo_pc_power_outage_memory
|
||||
- switch.stromsteckdose_aprendo_pc
|
||||
- switch.stromsteckdose_aprendo_pc_child_lock
|
||||
- type: entities
|
||||
title: Sensoren
|
||||
show_header_toggle: false
|
||||
entities:
|
||||
- binary_sensor.fenstersensor_aprendo_battery_low
|
||||
- binary_sensor.fenstersensor_aprendo_contact
|
||||
- sensor.aprendo_kwh
|
||||
- sensor.fenstersensor_aprendo_battery_2
|
||||
- sensor.stromsteckdose_aprendo_pc_energy
|
||||
- sensor.stromsteckdose_aprendo_pc_power
|
||||
- sensor.thermometer_aprendo_battery
|
||||
- sensor.thermometer_aprendo_humidity
|
||||
- sensor.thermometer_aprendo_temperature
|
||||
- title: Keller
|
||||
path: keller
|
||||
icon: mdi:home-floor-b
|
||||
cards:
|
||||
- type: markdown
|
||||
content: |
|
||||
## Keller
|
||||
- type: area
|
||||
area: keller
|
||||
- type: entities
|
||||
title: Steuerung
|
||||
show_header_toggle: false
|
||||
entities:
|
||||
- button.daddelolymp_restart
|
||||
- button.server_zuhause_reboot
|
||||
- light.kellerlicht_flur
|
||||
- number.bewegungsmelder_keller_hue_occupancy_timeout
|
||||
- select.bewegungsmelder_keller_hue_motion_sensitivity
|
||||
- select.kellerlicht_flur_power_on_behavior
|
||||
- select.kellerlicht_schrank_power_on_behavior
|
||||
- switch.bewegungsmelder_keller_hue_led_indication
|
||||
- switch.daddelolymp
|
||||
- switch.kellerlicht_schrank
|
||||
- switch.server_zuhause
|
||||
- type: entities
|
||||
title: Sensoren
|
||||
show_header_toggle: false
|
||||
entities:
|
||||
- binary_sensor.bewegungsmelder_keller_hue_occupancy
|
||||
- binary_sensor.daddelolymp_overcurrent
|
||||
- binary_sensor.daddelolymp_overheating
|
||||
- binary_sensor.daddelolymp_overpowering
|
||||
- binary_sensor.daddelolymp_overvoltage
|
||||
- binary_sensor.server_zuhause_overcurrent
|
||||
- binary_sensor.server_zuhause_overheating
|
||||
- binary_sensor.server_zuhause_overpowering
|
||||
- binary_sensor.server_zuhause_overvoltage
|
||||
- sensor.bewegungsmelder_keller_hue_battery
|
||||
- sensor.bewegungsmelder_keller_hue_temperature
|
||||
- sensor.cpu_speed
|
||||
- sensor.daddelolymp_energy
|
||||
- sensor.daddelolymp_energy_returned
|
||||
- sensor.daddelolymp_power
|
||||
- sensor.kellerkuhlschrank_kwh
|
||||
- sensor.server_zuhause_energy
|
||||
- sensor.server_zuhause_power
|
||||
- title: Hobbyraum-Waschküche
|
||||
path: hobbyraum-waschkuche
|
||||
icon: mdi:washing-machine
|
||||
cards:
|
||||
- type: markdown
|
||||
content: |
|
||||
## Hobbyraum-Waschküche
|
||||
- type: area
|
||||
area: waschkuche
|
||||
- type: entities
|
||||
title: Steuerung
|
||||
show_header_toggle: false
|
||||
entities:
|
||||
- button.kellerlicht_hobbyraum2_identify
|
||||
- button.waschkueche_licht_restart
|
||||
- light.hobbyraum
|
||||
- light.kellerlicht_hobbyraum1
|
||||
- light.kellerlicht_hobbyraum2
|
||||
- number.bewegungsmelder_hobbyraum_radar_fading_time
|
||||
- number.bewegungsmelder_hobbyraum_radar_motion_detection_sensitivity
|
||||
- number.bewegungsmelder_hobbyraum_radar_static_detection_distance
|
||||
- number.bewegungsmelder_hobbyraum_radar_static_detection_sensitivity
|
||||
- number.bewegungsmelder_waschkuche_fading_time
|
||||
- number.bewegungsmelder_waschkuche_motion_detection_sensitivity
|
||||
- number.bewegungsmelder_waschkuche_static_detection_distance
|
||||
- number.bewegungsmelder_waschkuche_static_detection_sensitivity
|
||||
- select.bewegungsmelder_hobbyraum_radar_motion_detection_mode
|
||||
- select.bewegungsmelder_waschkuche_motion_detection_mode
|
||||
- select.kellerlicht_hobbyraum1_power_on_behavior
|
||||
- select.kellerlicht_hobbyraum2_power_on_behavior
|
||||
- switch.bewegungsmelder_hobbyraum_radar_indicator
|
||||
- switch.bewegungsmelder_waschkuche_indicator
|
||||
- switch.waschkueche_licht
|
||||
- type: entities
|
||||
title: Sensoren
|
||||
show_header_toggle: false
|
||||
entities:
|
||||
- binary_sensor.bewegungsmelder_hobbyraum_radar_presence
|
||||
- binary_sensor.bewegungsmelder_waschkuche_presence
|
||||
- binary_sensor.waschkueche_licht_input_0
|
||||
- binary_sensor.waschkueche_licht_overcurrent
|
||||
- binary_sensor.waschkueche_licht_overheating
|
||||
- binary_sensor.waschkueche_licht_overpowering
|
||||
- binary_sensor.waschkueche_licht_overvoltage
|
||||
- sensor.bewegungsmelder_hobbyraum_radar_battery
|
||||
- sensor.bewegungsmelder_hobbyraum_radar_illuminance
|
||||
- sensor.bewegungsmelder_hobbyraum_radar_motion_state
|
||||
- sensor.bewegungsmelder_waschkuche_battery
|
||||
- sensor.bewegungsmelder_waschkuche_illuminance
|
||||
- sensor.bewegungsmelder_waschkuche_motion_state
|
||||
- sensor.kellerlicht_hobbyraum2_color_options
|
||||
- sensor.waschkueche_licht_energy
|
||||
- sensor.waschkueche_licht_energy_returned
|
||||
- sensor.waschkueche_licht_power
|
||||
- title: Kabuff
|
||||
path: kabuff
|
||||
icon: mdi:door-sliding
|
||||
cards:
|
||||
- type: markdown
|
||||
content: |
|
||||
## Kabuff
|
||||
- type: entities
|
||||
title: Steuerung
|
||||
show_header_toggle: false
|
||||
entities:
|
||||
- button.shelly_kabuff_restart
|
||||
- number.bewegungsmelder_kabuff_fading_time
|
||||
- number.bewegungsmelder_kabuff_motion_detection_sensitivity
|
||||
- number.bewegungsmelder_kabuff_static_detection_distance
|
||||
- number.bewegungsmelder_kabuff_static_detection_sensitivity
|
||||
- select.bewegungsmelder_kabuff_motion_detection_mode
|
||||
- switch.bewegungsmelder_kabuff_indicator
|
||||
- switch.shelly_kabuff
|
||||
- type: entities
|
||||
title: Sensoren
|
||||
show_header_toggle: false
|
||||
entities:
|
||||
- binary_sensor.bewegungsmelder_kabuff_presence
|
||||
- binary_sensor.shelly_kabuff_input_0
|
||||
- binary_sensor.shelly_kabuff_overcurrent
|
||||
- binary_sensor.shelly_kabuff_overheating
|
||||
- binary_sensor.shelly_kabuff_overpowering
|
||||
- binary_sensor.shelly_kabuff_overvoltage
|
||||
- sensor.bewegungsmelder_kabuff_battery
|
||||
- sensor.bewegungsmelder_kabuff_illuminance
|
||||
- sensor.bewegungsmelder_kabuff_motion_state
|
||||
- sensor.shelly_kabuff_energy
|
||||
- sensor.shelly_kabuff_energy_returned
|
||||
- sensor.shelly_kabuff_power
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue