mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 09:17:53 +00:00
Update knxip to 0.4 (better handling of reconnects) (#8289)
This commit is contained in:
parent
b4165fe9f3
commit
05ced33648
@ -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__)
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user