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'