mirror of
https://github.com/home-assistant/core.git
synced 2025-11-16 22:40:44 +00:00
Bugfix in pknx library (#2835)
* Bugfix in pknx library * Version pinned to 0.3.3
This commit is contained in:
committed by
Paulus Schoutsen
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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user