How to setup Ring Camera for motion triggers

Very new user to HA and I’m having trouble setting up automations utilising the motion feature on my Ring Indoor Camera. I currently have the Ring MQTT setup and working.

I’ved tried the ‘motion activated light’ blueprint and also creating a new automation for ‘motion detection’. I’ve tried this for both the standard device (through Ring integration) as well as the MQTT integration.

Not really sure where to go from here, have spent a good couple of hours testing different configurations of the above and can’t seem to get it working.

Any pointers for a total newbie are much appreciated!

Welcome!

It would help to post the code you tried for your automation. Please remember to format the code properly as per: How to help us help you - or How to ask a good question

Apologies, have posted the two below:

#Kitchen Motion 1

Custom Automation:

alias: Kitchen Motion 1
description: ""
triggers:
  - type: turned_on
    device_id: a28655c201dda98e0376030d658e4512
    entity_id: 6cbf50a20f0756df2e5d42a925ba63e0
    domain: switch
    trigger: device
conditions: []
actions:
  - action: light.turn_on
    metadata: {}
    data: {}
    target:
      area_id: kitchen
mode: single

Motion Activated Automation

alias: Kitchen - Motion Activated
description: ""
use_blueprint:
  path: homeassistant/motion_light.yaml
  input:
    motion_entity: binary_sensor.indoor_camera_motion
    light_target:
      area_id: kitchen

Just bumping this as haven’t managed to get any further with it
Any pointers are really appreciated
thanks