Specify states on alarm card opened from chip

Hi

I have a chip card showing the alarm state. Clicking the chip opens the alarm panel. However, I only want the alarm panel to open with Home and Away states. How can I define this?

type: custom:mushroom-chips-card
chips:
  - type: alarm-control-panel
    entity: alarm_control_panel.home_alarm
  - type: entity
    entity: binary_sensor.housesecure
    icon: mdi:lock
    name: 'House '
    content_info: state
alignment: center