dmamontov / hass-ledfx

LedFx for Home Assistant
https://community.home-assistant.io/t/ledfx-deep-integration-component/366750
Apache License 2.0
44 stars 6 forks source link

[BUG] Error: "message":"Invalid handler specified" #26

Open Standexx opened 1 year ago

Standexx commented 1 year ago

Can't add integration, when I click on the LedFX integration This is the error i got Config flow could not be loaded: {"message":"Invalid handler specified"}

Elky666 commented 12 months ago

I committed out line 22 in updater.py (better to be safe!!!) then i add from homeassistant.helpers.device_registry import DeviceEntryType

under line 20, saved and was able to add the intergration to HA, but i don't know if this breaks anything else.

sudoxnym commented 7 months ago

Had same issue. The above fix would not allow scenes to be called. Installing this repo solved all issues.