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:
49
scripts.yaml
49
scripts.yaml
@@ -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: ''
|
||||
|
||||
Reference in New Issue
Block a user