From f61ddb87bd7da82c8aa9517f73efce24131a96ad Mon Sep 17 00:00:00 2001 From: Home Assistant Version Control Date: Fri, 24 Jul 2026 17:29:38 +0000 Subject: [PATCH] automations.yaml --- automations.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/automations.yaml b/automations.yaml index d5f684e..6f17b7b 100644 --- a/automations.yaml +++ b/automations.yaml @@ -2564,6 +2564,8 @@ - "on" enabled: true conditions: + - condition: template + value_template: "{{ (now() - state_attr('automation.motion_front_door__ai_description_version_2', 'last_triggered')).total_seconds() > 60 }}" - condition: template value_template: "{{ trigger.event.data.new_state.attributes.event_type in ['motion', 'person', 'animal', 'chime'] }}"