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