I have a question regarding the use of automation with Ring MQTT. I want to activate my garage lights when I open the garage door, which is equipped with a Ring door sensor. However, I have attempted to create an automation, but the door sensor using MQTT does not trigger the lights to turn on. What could I be missing in this setup?
alias: Turn On Double Garage Lights on Door Open
description: ""
trigger:
- type: opened
platform: device
device_id: 15c2988b75856fc07543e36cc6378515
entity_id: binary_sensor.double_garage_inside_door_sensor
domain: binary_sensor
condition: []
action:
- type: turn_on
device_id: de058f04a5b65e6ba475dd71a320347e
entity_id: switch.double_garage_lights_15
domain: switch
mode: single