Outdated netdisco at https://github.com/home-assistant/netdisco

Hi,

latest needed netdisco is 1.0.0rc2 but the version available at https://github.com/home-assistant/netdisco is still 0.9.2

Any plans to update https://github.com/home-assistant/netdisco to latest netdisco version?

Thanks!

Master is 1.0.0.rc3 check the setup.py

/R

Thanks!

looks like something else is missing though… running just:
python3 -m pip install --upgrade netdisco

it did not update. I had to put the specific 1.0.0rc3 version so it could be updated:
python3 -m pip install --upgrade ‘netdisco=1.0.0rc3’

1 Like