How to set up as Amazon Ring as trigger with Ding action

Hello everyone,

I would like to set up Amazon Ring in HA. I managed to register Ring in device list, and tried to set as trigger, there are only two options, such as “Motion Detection” and “Battery Level Change”. I thought there should be one one more option like “Ding Action”. I need the trigger which is brought about registerd event by ding-dong.

Should I try to set up with yaml text ? If so, I would like to know the sample or usable code.

Thank you.

It can be done in the Alexa app

IIRC, there should be an event entity for RIng doorbells… so you would trigger off the State of that entity. You will need to use a condition to filter for the desired event type.

Thank you for confirmation.

How can we find an event entity ?
I clicked “Edit in YAML” and I may be able to revise the below code…
However, I really don’t have any ideas for solution. If possible, I would like you to teach me the more details.

type: changed_states
device_id: xxxxxxxxxx
entity_id: 86965a9b58d06779ca558d86b0107861
domain: switch
metadata:
  secondary: false
trigger: device

I checked the HA screen when I push ding button on Ring device, and HA pages reflect the activity as Ding button is pushed. so i think Ring device is working fine …