diff --git a/automations.yaml b/automations.yaml index 6f17b7b..464cbe5 100644 --- a/automations.yaml +++ b/automations.yaml @@ -2710,6 +2710,8 @@ - camera_person enabled: false conditions: + - condition: template + value_template: "{{ (now() - state_attr('automation.motion_shed_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'] }}"