Manual Alarm Panel Error

I am using manual alarm control panel. I want to limit the options of the arming states. When I check documentation, there is an optional list to provide while configuring. But when I configure this I get below error:

Invalid config for ‘manual’ from integration ‘alarm_control_panel’ at configuration.yaml, line 69: ‘arming_states’ is an invalid option for ‘alarm_control_panel.manual’, check: arming_states

Below is my current YAML configuration. Anyone face this? I am running on Raspberry Pi, HA is on 2024.6 version.

alarm_control_panel:
  - platform: manual
    name: Home Alarm
    arming_time: 0
    delay_time: 0
    arming_states:
      - armed_away
      - armed_home
      - armed_night
    armed_away:
      arming_time: 60
      delay_time: 0

I’m also having this issue. Did you manage to work it out?

No still having the same issue. Just dropped out that configuration from my yaml file to make things work. But no solution for now.

The “arming_states” option seems to have been added in Home Assistant 2024.7. Maybe you hadn’t yet updated to this version when trying this new option? It works for me in Home Assistant 2024.7.4.