Upgrading to 110.1 breaks Lovelace Alarm Control Panel

I have just upgraded from 109.2 to 110.1 and my Lovelave Alarm Control Panel now has an error “Entity not available: alarm_control_panel.home_alarm”

My automation.yaml is

alarm_control_panel:
  - platform: manual
    name: home_alarm
    code: !secret alarm_password
    pending_time: 30
    arming_time: 10
    delay_time: 20
    trigger_time: 4
    disarmed:
      trigger_time: 0
    armed_home:
      arming_time: 0
      delay_time: 0

My Lovelace alarm panel configuration is

entity: alarm_control_panel.home_alarm
name: Alarm Panel
states:
  - arm_home
  - arm_away
type: alarm-panel

Help please
Mike Paneth
Melbourne, Australia

Just found the error
pending_time: 30

Removing the line fixes the problem.

Mike

possibly due to the breaking change for manual alarm panel


1st one listed there