From 80f285668c6779eee9d9ddf2bad8d2238f9719ce Mon Sep 17 00:00:00 2001 From: Home Assistant Version Control Date: Fri, 24 Jul 2026 18:28:24 +0000 Subject: [PATCH] automations.yaml --- automations.yaml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/automations.yaml b/automations.yaml index c5df6fb..72ff522 100644 --- a/automations.yaml +++ b/automations.yaml @@ -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