How can I get Manual Alarm to trip right away

I’m trying to get the alarm to have no delay when tripped, but it just goes to “pending” status which times out and when turn on my siren. I would like to turn on my siren right away with no delay. I’ve gone as far as to set everything to 0, but no luck. Any ideas?

this is my setup in configuration.yaml

alarm_control_panel:
  - platform: manual
    name: Home Alarm
    code: !secret alarm_code
    pending_time: 0
    delay_time: 0
    trigger_time: 0
    disarm_after_trigger: false
    armed_home:
      delay_time: 0
      pending_time: 0
      trigger_time: 0
    armed_away:
      delay_time: 0
      pending_time: 0
      trigger_time: 0

my automation

- alias: '[Alarm] Triggered'
  trigger:
    platform: state
    entity_id: alarm_control_panel.home_alarm
    to: 'triggered'
  action:
    - service: notify.pushbullet
      data:
        title: HA - ALARM TRIGGERED
        message: 'ALARM has been triggered {{ trigger.to_state.attributes.friendly_name }}'
    - service: switch.turn_on
      entity_id:  switch.elexa_consumer_products_inc_dome_siren_switch