From 05ced33648fbac4bd767ca0367a87dfc203cf9d3 Mon Sep 17 00:00:00 2001 From: Open Home Automation Date: Sun, 2 Jul 2017 12:59:45 +0200 Subject: [PATCH] Update knxip to 0.4 (better handling of reconnects) (#8289) --- homeassistant/components/knx.py | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/knx.py b/homeassistant/components/knx.py index 9155304def7..2cb8562ad9c 100644 --- a/homeassistant/components/knx.py +++ b/homeassistant/components/knx.py @@ -13,7 +13,7 @@ from homeassistant.const import ( EVENT_HOMEASSISTANT_STOP, CONF_HOST, CONF_PORT) from homeassistant.helpers.entity import Entity -REQUIREMENTS = ['knxip==0.3.3'] +REQUIREMENTS = ['knxip==0.4'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index 6794ea1585e..bd946ba9dc6 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -344,7 +344,7 @@ jsonrpc-websocket==0.5 keyring>=9.3,<10.0 # homeassistant.components.knx -knxip==0.3.3 +knxip==0.4 # homeassistant.components.device_tracker.owntracks libnacl==1.5.1