diff --git a/source/_components/discovery.markdown b/source/_components/discovery.markdown index f546fbf1755..84698da53e0 100644 --- a/source/_components/discovery.markdown +++ b/source/_components/discovery.markdown @@ -37,7 +37,7 @@ If running home-assistant in a docker container use switch `--net=host` to put i If you are developing a new platform, please read [how to make your platform discoverable]({{site_root}}/developers/add_new_platform/#discovery).
-There is currently a known issue with running this platform on a 64-bit version of Python. +There is currently a known issue with running this platform on a 64-bit version of Python and Windows.
@@ -45,5 +45,5 @@ If you are on Windows and you're using Python 3.5, download the Netifaces depend
-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. +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` or `python3-devel` package on your system manually (eg. `sudo apt-get install python3-dev` or `sudo dnf -y install python3-devel`). On the next restart of home-assistant, discovery should work. If you still get an error, check if you have a compiler (`gcc`) available on your system.