Update Home Assistant configuration and automations
- Updated .ha_run.lock to reflect the new Home Assistant version 2026.4.2. - Enhanced automations.yaml with improved entity targeting and additional automation actions for window shading. - Refactored configuration.yaml to include templates from a separate file for better organization. - Added new ESPHome configurations for window sensors and updated KNX configurations for door contacts and buttons. - Removed deprecated pv_to_dhw.yaml package to streamline the project.
This commit is contained in:
@@ -62,95 +62,6 @@ cobe_haus_benachrichtigung_mit_bild:
|
||||
required: true
|
||||
alias: COBE Haus Benachrichtigung mit Bild
|
||||
description: ''
|
||||
smarte_beschattung:
|
||||
sequence: []
|
||||
fields:
|
||||
cover_entity:
|
||||
description: Entity ID des Rollladens
|
||||
example: cover.wohnzimmer_rolladen
|
||||
required: true
|
||||
selector:
|
||||
entity:
|
||||
domain: cover
|
||||
window_azimuth_start:
|
||||
description: Start-Azimut des Fensters (Grad)
|
||||
example: 135
|
||||
required: true
|
||||
default: 90
|
||||
selector:
|
||||
number:
|
||||
min: 0
|
||||
max: 360
|
||||
step: 1
|
||||
unit_of_measurement: °
|
||||
window_azimuth_end:
|
||||
description: End-Azimut des Fensters (Grad)
|
||||
example: 225
|
||||
required: true
|
||||
default: 270
|
||||
selector:
|
||||
number:
|
||||
min: 0
|
||||
max: 360
|
||||
step: 1
|
||||
unit_of_measurement: °
|
||||
min_elevation:
|
||||
description: Minimale Sonnenhöhe für Beschattung
|
||||
example: 15
|
||||
default: 10
|
||||
selector:
|
||||
number:
|
||||
min: 0
|
||||
max: 90
|
||||
step: 1
|
||||
unit_of_measurement: °
|
||||
max_elevation:
|
||||
description: Maximale Sonnenhöhe für stärkste Beschattung
|
||||
example: 60
|
||||
default: 50
|
||||
selector:
|
||||
number:
|
||||
min: 0
|
||||
max: 90
|
||||
step: 1
|
||||
unit_of_measurement: °
|
||||
max_closed_position:
|
||||
description: Maximal geschlossene Position (0=ganz zu, 100=ganz auf)
|
||||
example: 20
|
||||
default: 15
|
||||
selector:
|
||||
number:
|
||||
min: 0
|
||||
max: 100
|
||||
step: 1
|
||||
unit_of_measurement: '%'
|
||||
fully_open_position:
|
||||
description: Vollständig geöffnete Position
|
||||
example: 100
|
||||
default: 100
|
||||
selector:
|
||||
number:
|
||||
min: 0
|
||||
max: 100
|
||||
step: 1
|
||||
unit_of_measurement: '%'
|
||||
block_entity:
|
||||
description: Block-Entity (wenn aktiviert, wird Rolladen nicht bewegt)
|
||||
example: input_boolean.wohnzimmer_rolladen_block
|
||||
required: false
|
||||
selector:
|
||||
entity:
|
||||
domain:
|
||||
- input_boolean
|
||||
- binary_sensor
|
||||
- switch
|
||||
enable_logging:
|
||||
description: Debug-Logging aktivieren
|
||||
default: false
|
||||
selector:
|
||||
boolean:
|
||||
alias: Smarte Beschattung
|
||||
description: ''
|
||||
cobe_haus_kritische_benachrichtigung:
|
||||
sequence:
|
||||
- action: notify.mobile_app_kn0x_tech_iphone
|
||||
|
||||
Reference in New Issue
Block a user