automations.yaml
This commit is contained in:
+1
-11
@@ -2640,7 +2640,7 @@
|
|||||||
message: "{{ ai_profile.data if ai_profile is defined and 'data' in ai_profile
|
message: "{{ ai_profile.data if ai_profile is defined and 'data' in ai_profile
|
||||||
else 'Motion detected, but the AI Task integration failed to return a response.'
|
else 'Motion detected, but the AI Task integration failed to return a response.'
|
||||||
}}"
|
}}"
|
||||||
- action: notify.persistent_notification
|
- action: persistent_notification.create
|
||||||
data:
|
data:
|
||||||
title: Motion Detected - Front Door
|
title: Motion Detected - Front Door
|
||||||
message: "{{ ai_profile.data if ai_profile is defined and 'data' in ai_profile
|
message: "{{ ai_profile.data if ai_profile is defined and 'data' in ai_profile
|
||||||
@@ -2648,16 +2648,6 @@
|
|||||||
}}
|
}}
|
||||||
|
|
||||||
"
|
"
|
||||||
data:
|
|
||||||
notification_id: nest_front_motion
|
|
||||||
enabled: false
|
|
||||||
- action: persistent_notification.create
|
|
||||||
metadata: {}
|
|
||||||
data:
|
|
||||||
message: "{{ ai_profile.data if ai_profile is defined and 'data' in ai_profile
|
|
||||||
else 'Motion detected, but the AI Task integration failed to return a response.'
|
|
||||||
}}"
|
|
||||||
title: Motion Detected - Front Door
|
|
||||||
notification_id: "{{ notification_id }}"
|
notification_id: "{{ notification_id }}"
|
||||||
mode: queued
|
mode: queued
|
||||||
max: 10
|
max: 10
|
||||||
|
|||||||
Reference in New Issue
Block a user