Automation Failure

I have a basic automation. When the garage doors are open, the notification on my Zigbee switch should turn to chase and be red. When the garage doors are closed, the notification should clear. This has been working fine for awhile. Now it is failing. I get this error: Executed: January 9, 2025 at 6:11:07 PM
Error: Failed to convert led_effect=‘Clear’ from type <class ‘str’> to <class ‘zigpy.types.basic.uint8_t’>

Any idea what I need to change to fix the error?

Here is the YAML:

alias: Little Garage Door Closed, Notifications Turn OFF
description: “”
mode: single
triggers:

  • entity_id:
    • cover.little_garage_door_new_garage_door
      trigger: state
      conditions:
  • condition: and
    conditions:
    • condition: device
      device_id: 76dcd5efe83e24aa0468698b67c2e5c4
      domain: cover
      entity_id: 99b36a6861c51e25724b98ab6f60f94b
      type: is_closed
    • condition: device
      device_id: 68d3917252d3b1534248cad24da1af79
      domain: cover
      entity_id: d802b0f59a6c0b212105a5d64c37a6c0
      type: is_closed
      actions:
  • data: {}
    action: light.turn_off
    target:
    entity_id: light.corner_light_light
  • type: issue_all_led_effect
    domain: zha
    device_id: 449eb7ff663f1d8902f23b745820e254
    effect_type: Clear
    color: 1
    level: 1
    duration: 1
  • type: issue_all_led_effect
    domain: zha
    device_id: f09c70948fbb5544ed1a7457ad947cd3
    effect_type: Clear
    color: 1
    level: 1
    duration: 1
  • type: issue_all_led_effect
    domain: zha
    device_id: 1eb83bcb009df5bf6882b27f5aba4769
    effect_type: Clear
    color: 1
    level: 1
    duration: 1
  • type: issue_all_led_effect
    domain: zha
    device_id: c0e8c2efc369e913e1fba237fde1dbfb
    effect_type: Clear
    color: 1
    level: 1
    duration: 1
  • type: issue_all_led_effect
    domain: zha
    device_id: 5a401fde55d0dde5f47bc8bccf739c04
    effect_type: Clear
    color: 1
    level: 1
    duration: 1
  • type: issue_all_led_effect
    domain: zha
    device_id: a799772cf80d10fcacd07cac18f6aee9
    effect_type: Clear
    color: 1
    level: 1
    duration: 1
  • type: issue_all_led_effect
    domain: zha
    device_id: 368e8c7398f5f0f4776f4f37c10a712c
    effect_type: Clear
    color: 1
    level: 1
    duration: 1
  • type: issue_all_led_effect
    domain: zha
    device_id: 81a3571587a8c9b0a75a78146d3efe73
    effect_type: Clear
    color: 1
    level: 1
    duration: 1
  • type: issue_all_led_effect
    domain: zha
    device_id: 17a6b545425ff2ae92aa12e71ba886ee
    effect_type: Clear
    color: 11
    level: 1
    duration: 1
  • type: issue_all_led_effect
    domain: zha
    device_id: c14854bcac5b34d09c5babd1a214b8d0
    effect_type: Clear
    color: 1
    level: 1
    duration: 1
  • type: issue_all_led_effect
    domain: zha
    device_id: 68cf4fb1f29f7350cb9436cf8f4f64d3
    effect_type: Clear
    color: 1
    level: 1
    duration: 1
  • target:
    device_id: 401d0e31d4a040397c16daf464cd0be5
    data:
    endpoint: 0
    parameter: 16
    value: 66223
    action: zwave_js.bulk_set_partial_config_parameters

Disregard. I believe it was a known issue with Home Assistant / ZHA that has been fixed in an update.