update rfxtrx lib (#16463)

This commit is contained in:
Daniel Høyer Iversen 2018-09-06 12:50:55 +02:00 committed by Paulus Schoutsen
parent db1bda2975
commit 3acb3a86cf
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ import homeassistant.helpers.config_validation as cv
from homeassistant.helpers.entity import Entity
from homeassistant.util import slugify
REQUIREMENTS = ['pyRFXtrx==0.22.1']
REQUIREMENTS = ['pyRFXtrx==0.23']
DOMAIN = 'rfxtrx'

View File

@ -746,7 +746,7 @@ pyCEC==0.4.13
pyHS100==0.3.2
# homeassistant.components.rfxtrx
pyRFXtrx==0.22.1
pyRFXtrx==0.23
# homeassistant.components.sensor.tibber
pyTibber==0.4.1