Using Yellow, Supervisor 2025.08.3, OS 16.0. I updated to 2025.9 last night and am having a problem.
I use Inovelli Blue switch triggers (double click down) to toggle a boolean helper that a separate no occupancy triggered automation uses to decide whether or not to turn out lights (the motion sensor can’t see past the shower glass so the helper stops the lights turning off when we can’t be ‘seen’ in the shower). To indicate to users whether this in-shower mode is active, when the switch trigger automation fires, I toggle the helper value and then activate the switch’s LEDs to show either a “Solid” or “Fast Falling” effect as appropriate; these switch effect names/strings are selected in the automation from drop-down lists.
After updating to 2025.9, the LED effect is not triggering and I see in the logs:
"
mbath_toggle_showermode: If at step 2: Error executing script. Unexpected error for device at pos 1: Failed to convert led_effect='Fast_Falling' from type <class 'str'> to <class 'zigpy.types.basic.uint8_t'>
mbath_toggle_showermode: Error executing script. Unexpected error for if at pos 2: Failed to convert led_effect='Fast_Falling' from type <class 'str'> to <class 'zigpy.types.basic.uint8_t'>
mbath_toggle_showermode: If at step 2: Error executing script. Unexpected error for device at pos 1: Failed to convert led_effect='Solid' from type <class 'str'> to <class 'zigpy.types.basic.uint8_t'>
mbath_toggle_showermode: Error executing script. Unexpected error for if at pos 2: Failed to convert led_effect='Solid' from type <class 'str'> to <class 'zigpy.types.basic.uint8_t'>
"
This worked before the update. Is it something I’ve done that’s no longer supported, or is it the update, or…? I’m hoping I don’t have to rebuild all of the automations around the house that use switch LED indicators.