mirror of
https://github.com/home-assistant/core.git
synced 2025-04-25 01:38:02 +00:00
Bugfix in pknx library (#2835)
* Bugfix in pknx library * Version pinned to 0.3.3
This commit is contained in:
parent
83a043a0ea
commit
693098ff00
@ -10,7 +10,7 @@ from homeassistant.const import EVENT_HOMEASSISTANT_STOP
|
||||
from homeassistant.helpers.entity import Entity
|
||||
|
||||
DOMAIN = "knx"
|
||||
REQUIREMENTS = ['knxip==0.3.2']
|
||||
REQUIREMENTS = ['knxip==0.3.3']
|
||||
|
||||
EVENT_KNX_FRAME_RECEIVED = "knx_frame_received"
|
||||
|
||||
|
@ -197,7 +197,7 @@ insteon_hub==0.4.5
|
||||
jsonrpc-requests==0.3
|
||||
|
||||
# homeassistant.components.knx
|
||||
knxip==0.3.2
|
||||
knxip==0.3.3
|
||||
|
||||
# homeassistant.components.light.lifx
|
||||
liffylights==0.9.4
|
||||
|
Loading…
x
Reference in New Issue
Block a user