Camera automations rapidly sending push notifications

All four of my cameras are not tripping with motion. If I manually “run action” then I get burraged with push notifications. I have to quickly disable the automation and reset HA. All four automations were created using the UI. Here is one of the camera automations.

- id: notify_ios_front_camera
  alias: BBQ Camera Detected Motion
  description: ''
  trigger:
  - platform: state
    entity_id:
    - automation.bbq_camera_detected_motion
  condition: []
  action:
  - service: notify.mobile_app_iphone_13
    metadata: {}
    data:
      message: BBQ Motion Detected
  mode: single