Skip to content

HA LightFX v1.0.6

Choose a tag to compare

@rusty4444 rusty4444 released this 02 Jun 20:54
30b1b80

HA LightFX v1.0.6

Fixes the "Unknown error" when adding lights in the config flow.

Fix

The add-light form used cv.entity_id to validate entity IDs. voluptuous_serialize — the library HA uses to render config flow forms in the frontend — cannot convert bare validator functions. This caused a ValueError: Unable to convert schema: <function entity_id> which HA showed as "Unknown error."

Switched to cv.string so the frontend can render the text input field.

Upgrade

Update via HACS and reload the integration. No restart needed.

/ha_lightfx/ha-lightfx-card.js?v=1.0.6