home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
70.97k stars 29.62k forks source link

Limitlessled not working since 0.64.1 #12842

Closed Try2Fly closed 6 years ago

Try2Fly commented 6 years ago

Home Assistant release (hass --version): 0.64.1 and 0.64.2

Python release (python3 --version):

Component/platform: Hassio

Description of problem: Since update to 0.64.1 my limitlessled are not discovered anymore. There is something on a breaking change in the 0.64 description, but I do not get what is changed. This is in de logs:

2018-03-02 18:36:41 ERROR (MainThread) [homeassistant.components.light] Error while setting up platform limitlessled Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/homeassistant/helpers/entity_platform.py", line 84, in async_setup SLOW_SETUP_MAX_WAIT, loop=hass.loop) File "/usr/lib/python3.6/asyncio/tasks.py", line 358, in wait_for return fut.result() File "/usr/lib/python3.6/asyncio/futures.py", line 245, in result raise self._exception File "/usr/lib/python3.6/concurrent/futures/thread.py", line 56, in run result = self.fn(*self.args, **self.kwargs) File "/usr/lib/python3.6/site-packages/homeassistant/components/light/limitlessled.py", line 125, in setup_platform 'fade': group_conf[CONF_FADE] File "/usr/lib/python3.6/site-packages/homeassistant/components/light/limitlessled.py", line 167, in init from limitlessled.group.dimmer import DimmerGroup ModuleNotFoundError: No module named 'limitlessled.group.dimmer'

Expected: Limitlessleds show up in Homeassistant

Martinvdm commented 6 years ago

Perhaps with this fix? #12229

amelchio commented 6 years ago

Can you try deleting the deps folder in your configuration directory and restart Hass.io, to have dependencies reinstalled?

Try2Fly commented 6 years ago

@amelchio Thanks, that did the trick!