From 63c31d4b544fb19df3bdbe728549ca8713e5a928 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Tue, 17 Jul 2018 13:11:00 +0200 Subject: [PATCH] Add note about python 3.4 --- source/_posts/2018-07-16-release-73-2.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/_posts/2018-07-16-release-73-2.markdown b/source/_posts/2018-07-16-release-73-2.markdown index 4fa4375f9f7..fdaaae717ba 100644 --- a/source/_posts/2018-07-16-release-73-2.markdown +++ b/source/_posts/2018-07-16-release-73-2.markdown @@ -51,6 +51,8 @@ Also impacted, but integrations are read only: - [sensor.tibber](https://www.home-assistant.io/components/sensor.tibber/) - [sensor.waqi](https://www.home-assistant.io/components/sensor.waqi/) +If you are running Home Assistant on a system with Python 3.4, we've created a new release 0.64.4b0 with the patch applied. We have made it available as a beta. To install the pre-release run `python3 -m pip install homeassistant==0.64.4b0`. + For complete transparency, the following two sets of integrations also used aiohttp to send or retrieve data. However, they either did not transmit authentication or only communicated with local devices and services.