automations.yaml

This commit is contained in:
Home Assistant Version Control
2026-07-24 18:28:24 +00:00
parent 2e647f0323
commit 80f285668c
+1 -11
View File
@@ -2640,7 +2640,7 @@
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.'
}}"
- action: notify.persistent_notification
- action: persistent_notification.create
data:
title: Motion Detected - Front Door
message: "{{ ai_profile.data if ai_profile is defined and 'data' in ai_profile
@@ -2648,16 +2648,6 @@
}}
![Snapshot](/local/{{ snapshot_filename }})"
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 }}"
mode: queued
max: 10