I tried the custom component Hue HASS Sensors but it is only supported till version 68
you can use this to keep the dimmers working in HASS:
That’s incorrect, works fine even in 0.70
I tried it and get this error every time:
‘’’
Error setting up entry Hue Bridge for hue
Traceback (most recent call last):
File “/srv/homeassistant/lib/python3.5/site-packages/homeassistant/config_entries.py”, line 185, in async_setup
result = await component.async_setup_entry(hass, self)
File “/srv/homeassistant/lib/python3.5/site-packages/homeassistant/loader.py”, line 170, in getattr
value = getattr(self._module, attr)
AttributeError: module “custom_components.hue” has no attribute “async_setup_entry”
‘’’
And when I remove the Hue Bridge from integrations:
Connected to Hue at 192.168.178.27 but not registered.
Which HA version and custom component version are you on?
please delete any temp files in the custom_components folders
HASS: Hassbian with 0.69.1
Custom Component: v0.5 (Latest release on GitHub)
Removed the temp files and tried to upgrade my Hassbian and Python versions to the latest version. Now I get this:
2018-05-22 12:54:26 ERROR (MainThread) [homeassistant.components.hue] Unknown error connecting with Hue bridge at 192.168.178.27
Traceback (most recent call last):
File “/srv/homeassistant/lib/python3.6/site-packages/homeassistant/components/hue/config_flow.py”, line 190, in async_step_import
self.hass, host, username
File “/srv/homeassistant/lib/python3.6/site-packages/homeassistant/components/hue/bridge.py”, line 151, in get_bridge
import aiohue
ModuleNotFoundError: No module named ‘aiohue’
You need to add/update aiohue in your python environment