#Unifi G4 Doorbell Automation

1 messages · Page 1 of 1 (latest)

marble cradle
#

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:
spice matrix
#

Please format your code properly next time. But you need to remove the from: null line