Bumped (minor) version of xknx within knx-component. This fixes a bug with inverted percentage within sensors. (#12929)

This commit is contained in:
Julius Mittenzwei 2018-03-06 00:10:45 +01:00 committed by Paulus Schoutsen
parent 05204a982e
commit 13cb9cb07b
3 changed files with 11 additions and 9 deletions

View file

@ -17,7 +17,7 @@ import homeassistant.helpers.config_validation as cv
from homeassistant.helpers.event import async_track_state_change
from homeassistant.helpers.script import Script
REQUIREMENTS = ['xknx==0.8.3']
REQUIREMENTS = ['xknx==0.8.4']
DOMAIN = "knx"
DATA_KNX = "data_knx"