hass-aarlo icon indicating copy to clipboard operation
hass-aarlo copied to clipboard

Is it possible to arm/disarm cameras with this add-on?

Open shupershuff opened this issue 1 year ago • 1 comments

As per subject, wondering if it's possible to arm/disarm cameras outside of simply turning them off and on.

Cheers.

shupershuff avatar Sep 20 '23 21:09 shupershuff

Yes. I use this automation:

service: alarm_control_panel.alarm_disarm data: {} target: entity_id: alarm_control_panel.aarlo_location_home

and

service: alarm_control_panel.alarm_arm_home data: {} target: entity_id: alarm_control_panel.aarlo_location_home

brenmcg57 avatar Sep 23 '23 20:09 brenmcg57