Changing LED bar for notifications in HomeAssistant

Weird, anyone have any thoughts on why its not working for me? Screenshots and logs below.

Logger: homeassistant.components.websocket_api.http.connection
Source: components/zha/core/channels/base.py:78
Integration: Home Assistant WebSocket API (documentation, issues)
First occurred: November 8, 2022 at 10:47:24 PM (5 occurrences)
Last logged: 8:39:29 AM

[139787516543376] Error handling message: Unknown error (unknown_error) from 192.168.1.156 (Mozilla/5.0 (Linux; Android 12; Pixel 5a Build/SQ3A.220705.003.A1; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/107.0.5304.105 Mobile Safari/537.36 Home Assistant/2022.10.2-2770 (Android 12; Pixel 5a))
[139787478063840] Error handling message: Unknown error (unknown_error) from 192.168.1.156 (Mozilla/5.0 (Linux; Android 12; Pixel 5a Build/SQ3A.220705.003.A1; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/107.0.5304.105 Mobile Safari/537.36 Home Assistant/2022.10.2-2770 (Android 12; Pixel 5a))
[139787516343008] Error handling message: Unknown error (unknown_error) from 192.168.1.1 (Mozilla/5.0 (Linux; Android 12; Pixel 5a Build/SQ3A.220705.003.A1; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/107.0.5304.105 Mobile Safari/537.36 Home Assistant/2022.10.2-2770 (Android 12; Pixel 5a))
[139786963573760] Error handling message: Unknown error (unknown_error) from 192.168.1.101 (Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:106.0) Gecko/20100101 Firefox/106.0)
Traceback (most recent call last):
File “/usr/local/lib/python3.10/site-packages/zigpy/types/struct.py”, line 39, in _convert_type
return self.type(value)
File “/usr/local/lib/python3.10/site-packages/zigpy/types/basic.py”, line 91, in new
n = super().new(cls, *args, **kwargs)
ValueError: invalid literal for int() with base 10: ‘Fast_Blink’

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
File “/usr/src/homeassistant/homeassistant/components/websocket_api/decorators.py”, line 27, in _handle_async_response
await func(hass, connection, msg)
File “/usr/src/homeassistant/homeassistant/components/websocket_api/commands.py”, line 646, in handle_execute_script
await script_obj.async_run(msg.get(“variables”), context=context)
File “/usr/src/homeassistant/homeassistant/helpers/script.py”, line 1524, in async_run
await asyncio.shield(run.async_run())
File “/usr/src/homeassistant/homeassistant/helpers/script.py”, line 409, in async_run
await self._async_step(log_exceptions=False)
File “/usr/src/homeassistant/homeassistant/helpers/script.py”, line 453, in _async_step
self._handle_exception(
File “/usr/src/homeassistant/homeassistant/helpers/script.py”, line 476, in _handle_exception
raise exception
File “/usr/src/homeassistant/homeassistant/helpers/script.py”, line 451, in _async_step
await getattr(self, handler)()
File “/usr/src/homeassistant/homeassistant/helpers/script.py”, line 692, in _async_device_step
await device_action.async_call_action_from_config(
File “/usr/src/homeassistant/homeassistant/components/device_automation/action.py”, line 76, in async_call_action_from_config
await platform.async_call_action_from_config(hass, config, variables, context)
File “/usr/src/homeassistant/homeassistant/components/zha/device_action.py”, line 125, in async_call_action_from_config
await ZHA_ACTION_TYPES[DEVICE_ACTION_TYPES[config[CONF_TYPE]]](
File “/usr/src/homeassistant/homeassistant/components/zha/device_action.py”, line 221, in _execute_channel_command_based_action
await getattr(action_channel, action_type)(**config)
File “/usr/src/homeassistant/homeassistant/components/zha/core/channels/manufacturerspecific.py”, line 237, in issue_all_led_effect
await self.led_effect(effect_type, color, level, duration, expect_reply=False)
File “/usr/src/homeassistant/homeassistant/components/zha/core/channels/base.py”, line 78, in wrapper
result = await command(*args, **kwds)
File “/usr/local/lib/python3.10/site-packages/zigpy/quirks/init.py”, line 180, in command
return await self.request(
File “/usr/local/lib/python3.10/site-packages/zigpy/zcl/init.py”, line 304, in request
hdr, request = self._create_request(
File “/usr/local/lib/python3.10/site-packages/zigpy/zcl/init.py”, line 265, in _create_request
request = schema(*args, **kwargs) # type:ignore[operator]
File “/usr/local/lib/python3.10/site-packages/zigpy/types/struct.py”, line 115, in new
setattr(instance, name, field._convert_type(value))
File “/usr/local/lib/python3.10/site-packages/zigpy/types/struct.py”, line 41, in _convert_type
raise ValueError(
ValueError: Failed to convert led_effect=‘Fast_Blink’ from type <class ‘str’> to <class ‘zigpy.types.basic.uint8_t’>

Logger: homeassistant.helpers.script.websocket_api_script
Source: components/zha/core/channels/base.py:78
First occurred: November 8, 2022 at 10:47:24 PM (5 occurrences)
Last logged: 8:39:29 AM

websocket_api script: Error executing script. Unexpected error for device at pos 1: Failed to convert led_effect=‘Fast_Blink’ from type <class ‘str’> to <class ‘zigpy.types.basic.uint8_t’>
websocket_api script: Error executing script. Unexpected error for device at pos 1: Failed to convert led_effect=‘Open_Close’ from type <class ‘str’> to <class ‘zigpy.types.basic.uint8_t’>
Traceback (most recent call last):
File “/usr/local/lib/python3.10/site-packages/zigpy/types/struct.py”, line 39, in _convert_type
return self.type(value)
File “/usr/local/lib/python3.10/site-packages/zigpy/types/basic.py”, line 91, in new
n = super().new(cls, *args, **kwargs)
ValueError: invalid literal for int() with base 10: ‘Fast_Blink’

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
File “/usr/src/homeassistant/homeassistant/helpers/script.py”, line 451, in _async_step
await getattr(self, handler)()
File “/usr/src/homeassistant/homeassistant/helpers/script.py”, line 692, in _async_device_step
await device_action.async_call_action_from_config(
File “/usr/src/homeassistant/homeassistant/components/device_automation/action.py”, line 76, in async_call_action_from_config
await platform.async_call_action_from_config(hass, config, variables, context)
File “/usr/src/homeassistant/homeassistant/components/zha/device_action.py”, line 125, in async_call_action_from_config
await ZHA_ACTION_TYPES[DEVICE_ACTION_TYPES[config[CONF_TYPE]]](
File “/usr/src/homeassistant/homeassistant/components/zha/device_action.py”, line 221, in _execute_channel_command_based_action
await getattr(action_channel, action_type)(**config)
File “/usr/src/homeassistant/homeassistant/components/zha/core/channels/manufacturerspecific.py”, line 237, in issue_all_led_effect
await self.led_effect(effect_type, color, level, duration, expect_reply=False)
File “/usr/src/homeassistant/homeassistant/components/zha/core/channels/base.py”, line 78, in wrapper
result = await command(*args, **kwds)
File “/usr/local/lib/python3.10/site-packages/zigpy/quirks/init.py”, line 180, in command
return await self.request(
File “/usr/local/lib/python3.10/site-packages/zigpy/zcl/init.py”, line 304, in request
hdr, request = self._create_request(
File “/usr/local/lib/python3.10/site-packages/zigpy/zcl/init.py”, line 265, in _create_request
request = schema(*args, **kwargs) # type:ignore[operator]
File “/usr/local/lib/python3.10/site-packages/zigpy/types/struct.py”, line 115, in new
setattr(instance, name, field._convert_type(value))
File “/usr/local/lib/python3.10/site-packages/zigpy/types/struct.py”, line 41, in _convert_type
raise ValueError(
ValueError: Failed to convert led_effect=‘Fast_Blink’ from type <class ‘str’> to <class ‘zigpy.types.basic.uint8_t’>