Milight with 64.+ Home Assistant

My milight integration no more works with 64.+. Here is the error message:

Traceback (most recent call last):
  File "/usr/src/app/homeassistant/helpers/entity_platform.py", line 84, in async_setup
    SLOW_SETUP_MAX_WAIT, loop=hass.loop)
  File "/usr/local/lib/python3.6/asyncio/tasks.py", line 358, in wait_for
    return fut.result()
  File "/usr/local/lib/python3.6/asyncio/futures.py", line 243, in result
    raise self._exception
  File "/usr/local/lib/python3.6/concurrent/futures/thread.py", line 56, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/usr/src/app/homeassistant/components/light/limitlessled.py", line 125, in setup_platform
    'fade': group_conf[CONF_FADE]
  File "/usr/src/app/homeassistant/components/light/limitlessled.py", line 167, in __init__
    from limitlessled.group.dimmer import DimmerGroup
ModuleNotFoundError: No module named 'limitlessled.group.dimmer'```
I have been using this for a while and this is a first. Is this an isolated case or are others experiencing the same? Any fix?

Make sure you have limitlessled version 1.1.0 installed.

Sorry for the bother, but can you describe how to do this?

Try deleting the deps folder in your configuration directory and restart. If that does not help, you need to describe how you installed Home Assistant.

OK, I’ll try right now. Docker is installed in a Docker container hosted on a Synology NAS with DSM 6.1

Oh, what a cliffhanger!

1 Like

Aha, sorry forgot to get back. Yup, working like a charm! Cheers for helping noobs (& monkeys).