Bump to KNXIP 0.5 (#8492)

* Bump to KNXIP 0.5

* Updated requirements file
This commit is contained in:
Open Home Automation 2017-07-16 13:34:13 +02:00 committed by Fabian Affolter
parent 23b65bfb30
commit bffa0d2b04
2 changed files with 2 additions and 2 deletions

View File

@ -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__)

View File

@ -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