diff --git a/homeassistant/components/rfxtrx.py b/homeassistant/components/rfxtrx.py index d6873a0bd91..2e96ec64d97 100644 --- a/homeassistant/components/rfxtrx.py +++ b/homeassistant/components/rfxtrx.py @@ -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' diff --git a/requirements_all.txt b/requirements_all.txt index bc3724d0930..d6f811ba68c 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -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