52b0376aca
- 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.
107 lines
2.4 KiB
YAML
107 lines
2.4 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: ''
|
|
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
|