Refactor automations and add new scenes and scripts

- Enhanced automations.yaml with new parallel actions for doorbell notifications and image analysis.
- Introduced new scenes.yaml for managing cover positions during TV time.
- Updated scripts.yaml to include mobile notifications with images for enhanced alerts.
- Created a new dashboard.yaml file for future dashboard configurations.
This commit is contained in:
Ben Melchior
2025-04-20 19:30:00 +02:00
parent 20122a7c5b
commit ab8b2d83f5
4 changed files with 908 additions and 41 deletions

View File

@@ -10,6 +10,11 @@ cobe_haus_benachrichtigung:
data:
message: '{{ message }}'
title: '{{ title }}'
- action: notify.mobile_app_sm_f711b
metadata: {}
data:
message: '{{ message }}'
title: '{{ title }}'
fields:
title:
selector:
@@ -25,3 +30,47 @@ cobe_haus_benachrichtigung:
required: true
alias: COBE Haus Benachrichtigung
description: ''
cobe_haus_benachrichtigung_mit_bild:
sequence:
- action: notify.mobile_app_iphone
metadata: {}
data:
message: '{{ message }}'
title: '{{ title }}'
data:
image: '{{ image }}'
- action: notify.mobile_app_iphone_von_conny
metadata: {}
data:
message: '{{ message }}'
title: '{{ title }}'
data:
image: '{ image }'
- action: notify.mobile_app_sm_f711b
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: ''