home-assistant-ecosystem / home-assistant-cli

:computer: Command-line tool for Home Assistant
Other
446 stars 69 forks source link

Migrate away from netdisco #344

Closed nullr0ute closed 4 years ago

nullr0ute commented 4 years ago

The netdisco python library is EOL and is no longer receiving updates, it's README says to use "the zeroconf and SSDP manifest options". Matters are made worse by zeroconf 0.27 needing project changes with a bunch of projects that depend on it having been updated to continue to work, I suspect now with the new zeroconf that home-assistant-cli is likely now broken so probably needs to be migrated away from netdisco.

fabaff commented 4 years ago

netdisco was update to work with zeroconf > 0.27 and an update for python-netdisco in Fedora is provided. I guess that we are good for now to stick to netdisco.

nullr0ute commented 4 years ago

Does it mean it's no longer dead upstream? Ultimately it doesn't bother me either way but if it was a one off fix and still mostly dead the migration still likely makes sense, albeit with less urgency.

fabaff commented 4 years ago

There are now new release of netdisco available.