Bumped (minor) version of xknx within knx-component. This fixes a bug with inverted percentage within sensors. (#12929)
This commit is contained in:
parent
05204a982e
commit
13cb9cb07b
3 changed files with 11 additions and 9 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue