Create an automation for a specific netatmo camera, when there are multiple cameras

Hello,

I’m trying to create an automation for a specific Netatmo Presence camera. I’d like to trigger wheb a person is detected.
This already works with the following code:

triggers:
  - trigger: event
    event_type: netatmo_event
    event_data:
      type: human

But the problem is I have multiple Netatmo cameras. The event is also triggered when a person is passing by at my Netatmo Welcome camera, which I don’t want.
Can someone tell me how to trigger only the events of a specific camera?
This does not work:

trigger: event
event_type: netatmo_event
event_data:
  type: human
  camera_id: 70:EE:50:XX:XX:XX

Thanks in advance!

Problem solved, I had to write the yaml like this:

triggers:
  - trigger: event
    event_type: netatmo_event
    event_data:
      type: human
      data:
        camera_id: 70:EE:50:XX:XX:XX
        device_id: 70:EE:50:XX:XX:XX