I have a Ring doorbell, and I’m trying to create an automation that will trigger when motion is detected. When I view the device, I see that the motion event is triggered and the last activity time is updated, but my automation does not trigger.
I have tried various configurations for the trigger without success. Currently, the trigger is set like this, where the name of the divide is “front door”:
I’m not familiar with the Ring doorbell, but are you sure you want to use an event as the trigger? A button press is an event, but most motion detectors are binary sensors which go on when movement is detected and off again a few seconds later.
If it is an event, you can’t use on and off - events don’t have those states. Instead you leave the from and to fields blank:
So excuse my ignorance because I’m still new at HomeAssistant but binary_sensor.front_door_motion_detection does not show in my list of entities and the UI doesn’t like it. The only entities I show for Ring that might apply are event.front_door_motion and switch.front_door_motion_detection.
I have tried the following without success. Any other ideas? Is ‘on’ wrong for a switch? How do I find what options there are for each type of entity?