upgrade rfxtrx lib, dimming support for Lighting3 (#14026)

This commit is contained in:
Daniel Høyer Iversen 2018-04-21 10:54:11 +02:00 committed by Pascal Vizeli
parent f12ff6f297
commit 4c23a61853
2 changed files with 2 additions and 2 deletions

View file

@ -20,7 +20,7 @@ from homeassistant.const import (
)
from homeassistant.helpers.entity import Entity
REQUIREMENTS = ['pyRFXtrx==0.22.0']
REQUIREMENTS = ['pyRFXtrx==0.22.1']
DOMAIN = 'rfxtrx'

View file

@ -677,7 +677,7 @@ pyCEC==0.4.13
pyHS100==0.3.0
# homeassistant.components.rfxtrx
pyRFXtrx==0.22.0
pyRFXtrx==0.22.1
# homeassistant.components.sensor.tibber
pyTibber==0.4.1