- 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.
77 lines
1.7 KiB
YAML
77 lines
1.7 KiB
YAML
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 }}'
|
|
- action: notify.mobile_app_sm_f711b
|
|
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_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: ''
|