dmamontov/hass-ledfx

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

Opened this issue · 2 comments

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"}

  • HASS version: 1.32.1
  • LedFx version 0.10.7

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.

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