Bugfix in pknx library (#2835)
* Bugfix in pknx library * Version pinned to 0.3.3
This commit is contained in:
parent
83a043a0ea
commit
693098ff00
2 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ from homeassistant.const import EVENT_HOMEASSISTANT_STOP
|
||||||
from homeassistant.helpers.entity import Entity
|
from homeassistant.helpers.entity import Entity
|
||||||
|
|
||||||
DOMAIN = "knx"
|
DOMAIN = "knx"
|
||||||
REQUIREMENTS = ['knxip==0.3.2']
|
REQUIREMENTS = ['knxip==0.3.3']
|
||||||
|
|
||||||
EVENT_KNX_FRAME_RECEIVED = "knx_frame_received"
|
EVENT_KNX_FRAME_RECEIVED = "knx_frame_received"
|
||||||
|
|
||||||
|
|
|
@ -197,7 +197,7 @@ insteon_hub==0.4.5
|
||||||
jsonrpc-requests==0.3
|
jsonrpc-requests==0.3
|
||||||
|
|
||||||
# homeassistant.components.knx
|
# homeassistant.components.knx
|
||||||
knxip==0.3.2
|
knxip==0.3.3
|
||||||
|
|
||||||
# homeassistant.components.light.lifx
|
# homeassistant.components.light.lifx
|
||||||
liffylights==0.9.4
|
liffylights==0.9.4
|
||||||
|
|
Loading…
Add table
Reference in a new issue