Update knxip to 0.4 (better handling of reconnects) (#8289)

This commit is contained in:
Open Home Automation 2017-07-02 12:59:45 +02:00 committed by Fabian Affolter
parent b4165fe9f3
commit 05ced33648
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.3.3']
REQUIREMENTS = ['knxip==0.4']
_LOGGER = logging.getLogger(__name__)

View File

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