-
-
Notifications
You must be signed in to change notification settings - Fork 31.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Konnected - update to 103.3 fails with "Setup failed for konnected: Unable to import component" (missing netdisco) #30120
Comments
Hey there @heythisisnate, mind taking a look at this issue as its been labeled with a integration ( |
I ran into this issue as well. Resolved it the same way as @TazUk with the manual install of |
I have netdisco installed, but still get same error: - Package konnected setup failed. Component konnected No module named 'netdisco'. Any hints how to solve this? `~ $ python3.8 -m pip install netdisco Requirement already satisfied: netdisco in /usr/lib/python3.8/site-packages (2.6.0) |
This should be fixed by #30894 as discovery now occurs via ssdp |
Home Assistant release with the issue:
v103.3
Last working Home Assistant release (if known):
103.2
Operating environment (Hass.io/Docker/Windows/etc.):
Ubuntu Server 18.04
Python venv 3.7.5
Integration:
konnected
https://www.home-assistant.io/integrations/konnected/
Description of problem:
On upgrade from v102.3 to v103.3:
konnected entities missing, log reports:
2019-12-21 13:44:02 ERROR (MainThread) [homeassistant.setup] Setup failed for konnected: Unable to import component
Problem-relevant
configuration.yaml
entries and (fill out even if it seems unimportant):Traceback (if applicable):
Additional information:
Configuration check shows missing netdisco:
Resolved by:
The text was updated successfully, but these errors were encountered: