- Introduced a new lock file for Home Assistant run state management. - Updated automations.yaml to enhance doorbell notification handling and streamline automation sequences. - Refactored scripts.yaml to unify mobile notification actions. - Added new KNX configurations for color control and additional switches. - Created a new mobile dashboard configuration for improved user interface. - Added multiple new dark icons for various integrations to enhance visual representation.
196 lines
4.5 KiB
YAML
196 lines
4.5 KiB
YAML
cobe_haus_benachrichtigung:
|
|
sequence:
|
|
- action: notify.mobile_app_kn0x_tech_iphone
|
|
metadata: {}
|
|
data:
|
|
message: '{{ message }}'
|
|
title: '{{ title }}'
|
|
- action: notify.mobile_app_iphone
|
|
metadata: {}
|
|
data:
|
|
message: '{{ message }}'
|
|
title: '{{ title }}'
|
|
fields:
|
|
title:
|
|
selector:
|
|
text:
|
|
name: Titel
|
|
description: Titel der Benachrichtigung
|
|
default: COBE Haus
|
|
message:
|
|
selector:
|
|
text:
|
|
name: Nachricht
|
|
description: Nachricht
|
|
required: true
|
|
alias: COBE Haus Benachrichtigung
|
|
description: ''
|
|
cobe_haus_benachrichtigung_mit_bild:
|
|
sequence:
|
|
- action: notify.mobile_app_kn0x_tech_iphone
|
|
metadata: {}
|
|
data:
|
|
message: '{{ message }}'
|
|
title: '{{ title }}'
|
|
data:
|
|
image: '{{ image }}'
|
|
- action: notify.mobile_app_iphone
|
|
metadata: {}
|
|
data:
|
|
message: '{{ message }}'
|
|
title: '{{ title }}'
|
|
data:
|
|
image: '{ image }'
|
|
fields:
|
|
title:
|
|
selector:
|
|
text:
|
|
name: Titel
|
|
description: Titel der Benachrichtigung
|
|
default: COBE Haus
|
|
message:
|
|
selector:
|
|
text:
|
|
name: Nachricht
|
|
description: Nachricht
|
|
required: true
|
|
image:
|
|
selector:
|
|
text:
|
|
name: image
|
|
description: image
|
|
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
|
|
metadata: {}
|
|
data:
|
|
message: '{{ message }}'
|
|
title: '{{ title }}'
|
|
data:
|
|
push:
|
|
interruption-level: critical
|
|
sound:
|
|
name: default
|
|
critical: 1
|
|
volume: 1
|
|
- action: notify.mobile_app_iphone
|
|
metadata: {}
|
|
data:
|
|
message: '{{ message }}'
|
|
title: '{{ title }}'
|
|
data:
|
|
push:
|
|
interruption-level: critical
|
|
sound:
|
|
name: default
|
|
critical: 1
|
|
volume: 1
|
|
fields:
|
|
title:
|
|
selector:
|
|
text:
|
|
name: Titel
|
|
description: Titel der kritischen Benachrichtigung
|
|
default: COBE Haus - KRITISCH
|
|
message:
|
|
selector:
|
|
text:
|
|
name: Nachricht
|
|
description: Kritische Nachricht
|
|
required: true
|
|
alias: COBE Haus Kritische Benachrichtigung
|
|
description: Sendet kritische Benachrichtigungen die auch im Do Not Disturb Modus
|
|
angezeigt werden
|