Bugfix in pknx library (#2835)

* Bugfix in pknx library

* Version pinned to 0.3.3
This commit is contained in:
Open Home Automation 2016-08-16 08:42:45 +02:00 committed by Paulus Schoutsen
parent 83a043a0ea
commit 693098ff00
2 changed files with 2 additions and 2 deletions

View file

@ -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"

View file

@ -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