Aarlo person detection not working

I recently installed the aarlo integration and I'm trying to get person detection working. The Eufy trigger works fine, but neither of the aarlo triggers works. See below:

triggers:
  - trigger: state
    entity_id: binary_sensor.driveway_person_detected
    to: "on"
    id: driveway_Person
  - trigger: state
    entity_id: sensor.aarlo_last_capture_front_lawn
    attribute: object_type
    to: person
    id: front_lawn_person
  - trigger: template
    value_template: >-
      {{ is_state_attr('sensor.aarlo_last_capture_front_yard', 'object_type',
      'person') }}
    id: front_yard_person
````Preformatted text`

I guess this answers my question?

These are limitations versus the mobile application:

**** Object Detection; the mobile application will let you know almost immediately what triggered the motion event, this is not possible with the website APIs.***