diff --git a/source/_components/discovery.markdown b/source/_components/discovery.markdown index a15d2944401..f546fbf1755 100644 --- a/source/_components/discovery.markdown +++ b/source/_components/discovery.markdown @@ -43,3 +43,7 @@ There is currently a If you are on Windows and you're using Python 3.5, download the Netifaces dependency here.
+ ++If you see `Not initializing discovery because could not install dependency netdisco==0.6.1` in the logs, you will need to install the `python3-dev` package on your system manually (ex: `sudo apt-get install python3-dev`). On the next restart of home-assistant, discovery should work. +