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

Automation to record multiple cameras

Open evilalmus opened this issue 10 months ago • 0 comments

I'm fairly new to HA so this may be an easy/.obvious question. I'm trying to setup an automation to record multiple aarlo cameras when a motion sensor moved from "clear" to "on" The built-in "camera.record" service takes "duration" and "filename" in the "data" block and supports multiple entity_id's (and the action would look something like this):

service: camera.record
data:
  duration: 120
  lookback: 30
  filename: /media/filename.mp4
target:
  entity_id:
    - camera.aarlo_g33kbar_driveway
    - camera.aarlo_g33kbar_doorbell

is there any way to do this with the aarlo.camera_start_recording service?

evilalmus avatar Sep 05 '23 18:09 evilalmus