Hey yall! I'm very new here - currently trying to figure out how to set up multiple motion detector sensors (from motionEye). Currently I have this in my configuration.yaml file:
template:
trigger:
- platform: event
event_type: motioneye.motion_detected
event_data:
device_id: dbdca3e09336cba0076004d195e04069
binary_sensor:
- name: "Webcam Motion Detected"
auto_off: 5
device_class: motion
state: "true"```