From 4bfc97252a35762f429079b560cb057c38919d6e Mon Sep 17 00:00:00 2001 From: David Thomas Date: Sun, 10 Apr 2016 15:51:49 -0400 Subject: [PATCH] Add note about python3-dev requirement --- source/_components/discovery.markdown | 4 ++++ 1 file changed, 4 insertions(+) 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. +