Add new features and improvements to automations, scripts, and configuration
- 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.
This commit is contained in:
@@ -5,7 +5,7 @@ cobe_haus_benachrichtigung:
|
||||
data:
|
||||
message: '{{ message }}'
|
||||
title: '{{ title }}'
|
||||
- action: notify.mobile_app_iphone_von_conny
|
||||
- action: notify.mobile_app_iphone
|
||||
metadata: {}
|
||||
data:
|
||||
message: '{{ message }}'
|
||||
@@ -34,7 +34,7 @@ cobe_haus_benachrichtigung_mit_bild:
|
||||
title: '{{ title }}'
|
||||
data:
|
||||
image: '{{ image }}'
|
||||
- action: notify.mobile_app_iphone_von_conny
|
||||
- action: notify.mobile_app_iphone
|
||||
metadata: {}
|
||||
data:
|
||||
message: '{{ message }}'
|
||||
@@ -165,7 +165,7 @@ cobe_haus_kritische_benachrichtigung:
|
||||
name: default
|
||||
critical: 1
|
||||
volume: 1
|
||||
- action: notify.mobile_app_iphone_von_conny
|
||||
- action: notify.mobile_app_iphone
|
||||
metadata: {}
|
||||
data:
|
||||
message: '{{ message }}'
|
||||
|
||||
Reference in New Issue
Block a user