From 3699bae20db9f38124c5eee44caed967aa24a82c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Fri, 2 Aug 2019 19:20:16 +0300 Subject: [PATCH] Remove some no longer needed Python 3.5 info (#10039) --- source/_components/discovery.markdown | 4 ---- source/_components/knx.markdown | 6 +----- source/_docs/installation/armbian.markdown | 2 -- 3 files changed, 1 insertion(+), 11 deletions(-) diff --git a/source/_components/discovery.markdown b/source/_components/discovery.markdown index 006c1e91519..2225b34f30d 100644 --- a/source/_components/discovery.markdown +++ b/source/_components/discovery.markdown @@ -118,10 +118,6 @@ If running Home Assistant in a [Docker container](/docs/installation/docker/) us #### 64-bit Python There is currently a known issue with running this integration on a 64-bit version of Python and Windows. -#### Python 3.5 - -If you are on Windows and you're using Python 3.5, download the [Netifaces](http://www.lfd.uci.edu/~gohlke/pythonlibs/#netifaces) dependency. - ### could not install dependency netdisco 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, the discovery should work. If you still get an error, check if you have a compiler (`gcc`) available on your system. diff --git a/source/_components/knx.markdown b/source/_components/knx.markdown index 1414e90544b..0cbabc45cfe 100644 --- a/source/_components/knx.markdown +++ b/source/_components/knx.markdown @@ -14,7 +14,7 @@ The integration requires a local KNX/IP interface like the [Weinzierl 730](https
- Please note, the `knx` platform does not support Windows and needs at least python version 3.5. + Please note, the `knx` platform does not support Windows.
@@ -162,7 +162,3 @@ address: description: KNX group address. type: string {% endconfiguration %} - -### Known issues - -Due to lame multicast support the routing abstraction and the gateway scanner only work with Python >=3.5. diff --git a/source/_docs/installation/armbian.markdown b/source/_docs/installation/armbian.markdown index 22a0ade9841..29c44e2acd5 100644 --- a/source/_docs/installation/armbian.markdown +++ b/source/_docs/installation/armbian.markdown @@ -5,8 +5,6 @@ description: "Instructions to install Home Assistant on an Armbian-powered syste [armbian](https://www.armbian.com) runs on a wide-variety of [ARM development boards](https://www.armbian.com/download/). Currently there are around 50 boards supported inclusive the OrangePi family, Cubieboard, Pine64, and Odroid. -Python 3.5.3 or later is required. - Setup Python and `pip`: ```bash