Ring motion event not triggering in HA

Hi, I’m new to HA and excited to switch from smartthings. I installed HA on a raspberry pi yesterday, added the Ring integration for my doorbell, and moved the porch zwave light switch to HA. I verified that the ring integration was working and that the porch light switch worked in HA.

I then created an automation to turn on the porch light when the ring motion changes state and if sun after sunset and before sunrise. I tested the automation after sunset and everything worked as expected.

At 2:30 am the Ring doorbell detected motion and recorded video. HA does not show a motion event when I check the history and did not turn on the porch light. This morning when I checked (after sunrise) HA does show motion events correctly.

What am I missing?

Thanks!

Here is the YAML
alias: Porch_night
description: “”
triggers:

  • trigger: state
    entity_id:
    • event.front_door_motion
      for:
      hours: 0
      minutes: 0
      seconds: 2
      conditions:
  • condition: sun
    before: sunrise
    after: sunset
    actions:
  • action: light.turn_on
    metadata: {}
    data: {}
    target:
    device_id: (i deleted the id for this post but it is correct)
    mode: single

I have got the exact same setup and same issue, I’ve read about using ring2mqtt and set that up, but that’s hit and miss, seems ring shows unknown on the motion detect and no matter what i try it never triggers motion to HA, im looking at replacing the ring but thats another rabbit hole

Ok managed to sort this, seems for some reason i had about 20 authorised devices on ring.com, go to Ring - Home Assistant and read about this, removed all the devices and reauthorized them and now back showing motion detections