diff --git a/homeassistant/components/knx.py b/homeassistant/components/knx.py index ec533a7850b..9772c19ff78 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.4'] +REQUIREMENTS = ['knxip==0.5'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index 86258306da2..e07cc8de84c 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -338,7 +338,7 @@ jsonrpc-websocket==0.5 keyring>=9.3,<10.0 # homeassistant.components.knx -knxip==0.4 +knxip==0.5 # homeassistant.components.device_tracker.owntracks libnacl==1.5.1