home-assistant
home-assistant copied to clipboard
Homeassistant.setup dhcp error
Hi, I installed HA <= 2021.4 and it works great! But when I install HA <=2021.5 shows this error:
2021-07-25 19:19:13 ERROR (MainThread) [homeassistant.setup] Setup failed for dhcp: unknown error
Traceback (most recent call last):
File "/data/data/com.termux/files/home/hass2/lib/python3.9/site-packages/homeassistant/setup.py", line 200, in _async_setup_component
component = integration.get_component()
File "/data/data/com.termux/files/home/hass2/lib/python3.9/site-packages/homeassistant/loader.py", line 485, in get_component
cache[self.domain] = importlib.import_module(self.pkg_path)
File "/data/data/com.termux/files/usr/lib/python3.9/importlib/init.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "
Any ideas for this error? Thankyou
Haven't seen your error with my recent installation: https://github.com/home-assistant/core/issues/74608 ... doesn't look as critical as yours, but it requires some work/fixes upsream, I reckon.