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
|
||||
|
||||
DOMAIN = "knx"
|
||||
REQUIREMENTS = ['knxip==0.3.2']
|
||||
REQUIREMENTS = ['knxip==0.3.3']
|
||||
|
||||
EVENT_KNX_FRAME_RECEIVED = "knx_frame_received"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue