mirror of
https://github.com/home-assistant/core.git
synced 2025-07-13 16:27:08 +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)
|
EVENT_HOMEASSISTANT_STOP, CONF_HOST, CONF_PORT)
|
||||||
from homeassistant.helpers.entity import Entity
|
from homeassistant.helpers.entity import Entity
|
||||||
|
|
||||||
REQUIREMENTS = ['knxip==0.3.3']
|
REQUIREMENTS = ['knxip==0.4']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -344,7 +344,7 @@ jsonrpc-websocket==0.5
|
|||||||
keyring>=9.3,<10.0
|
keyring>=9.3,<10.0
|
||||||
|
|
||||||
# homeassistant.components.knx
|
# homeassistant.components.knx
|
||||||
knxip==0.3.3
|
knxip==0.4
|
||||||
|
|
||||||
# homeassistant.components.device_tracker.owntracks
|
# homeassistant.components.device_tracker.owntracks
|
||||||
libnacl==1.5.1
|
libnacl==1.5.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user