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`