mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
Bump to KNXIP 0.5 (#8492)
* Bump to KNXIP 0.5 * Updated requirements file
This commit is contained in:
parent
23b65bfb30
commit
bffa0d2b04
@ -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.4']
|
REQUIREMENTS = ['knxip==0.5']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -338,7 +338,7 @@ jsonrpc-websocket==0.5
|
|||||||
keyring>=9.3,<10.0
|
keyring>=9.3,<10.0
|
||||||
|
|
||||||
# homeassistant.components.knx
|
# homeassistant.components.knx
|
||||||
knxip==0.4
|
knxip==0.5
|
||||||
|
|
||||||
# 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