Enhance Home Assistant configuration with new automations and scripts
- Updated .gitignore to include additional directories. - Added multiple automations for home control, including doorbell notifications and sleep mode management in automations.yaml. - Introduced a new script for mobile notifications in scripts.yaml. - Created new KNX configuration files for buttons, sensors, and switches to improve home automation capabilities. - Updated secrets.yaml to streamline sensitive information management.
This commit is contained in:
27
scripts.yaml
27
scripts.yaml
@@ -0,0 +1,27 @@
|
||||
cobe_haus_benachrichtigung:
|
||||
sequence:
|
||||
- action: notify.mobile_app_iphone
|
||||
metadata: {}
|
||||
data:
|
||||
message: '{{ message }}'
|
||||
title: '{{ title }}'
|
||||
- action: notify.mobile_app_iphone_von_conny
|
||||
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: ''
|
||||
|
||||
Reference in New Issue
Block a user