Template to toggle Blink alarm

Zoriontsu : I use this,

# 10:30pm 
  • alias: 10:30pm Arm Outdoor Cameras
    trigger:
    platform: time
    at: “22:30:00”
    action:
    • service: blink.arm_camera
      data:
      device_armed: “True”
      friendly_name: “Garden”

Thank you! Works great. Fairly new to HA. Moving 30+ devices from Smartthings has been an interesting trip, but very worth it. Would have never done it without help.

I just bought a Blink camera and I have everything working (arming, disarming, snap picture) except I can’t figure out how the sensor for motion works. It’s always returning a 1 state even when there is no motion. I’ve tried snap_picture but it still shows as 1 when there’s no movement.

Anyone have any luck with this? Motion and sending a camera image was the main feature I bought this camera for but it doesn’t seem like it works too well. Ideas?