Components/light/hue or components/hue ? Hassio looking in wrong folder?

HI,

after having taken down my full Hassio installation, Im still left with the ever lasting Hue error at startup, preventing correct functionality, and even preventing Hassio from being initiated.

error message:

2018-05-19 14:57:45 WARNING (MainThread) [homeassistant.setup] Setup of hassio is taking over 10 seconds.
2018-05-19 14:57:45 ERROR (MainThread) [homeassistant.components.light.hue] Unable to reach bridge 192.168.1.212
2018-05-19 14:57:46 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /supervisor/ping request
2018-05-19 14:57:46 ERROR (MainThread) [homeassistant.components.hassio] Not connected with Hass.io
2018-05-19 14:57:46 INFO (MainThread) [homeassistant.setup] Setup of domain hassio took 11.8 seconds.
2018-05-19 14:57:46 ERROR (MainThread) [homeassistant.setup] Setup failed for hassio: Component failed to initialize.

Trying to see what’s there, I checked the Github, only to find the Hue component under components, and not under components/lights/.

Could this be the cause of the issue? A simple file misplacement in the code somewhere? Could it be Hassio is looking for Hue under the wrong folder…?

Sorry if this is too silly to even mention, but at this point Im prepared to take the risk…
Im aware of this: https://github.com/home-assistant/home-assistant/blob/dev/homeassistant/components/light/hue.py so never mind pointing to this…