I am trying to automate an AI Task when my G4 Doorbell Pro Detects a person. However it is not triggering the automation via Home Assistant. I am not sure why. I get a notification via Protect app that a person is detected but the Home Assistant automation does not trigger.
alias: Doorbell LLM Vision Announcement
description: >-
When UniFi person is detected at the front door, analyze snapshot and announce
on Google Home
triggers:
- entity_id:
- binary_sensor.frontdoor_person_detected
to: "on"
trigger: state
from: null
conditions: []
actions:
- binary_sensor.frontdoor_person_detected