diff --git a/homeassistant/components/rfxtrx.py b/homeassistant/components/rfxtrx.py index e7301836d7e..d6873a0bd91 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.21.1'] +REQUIREMENTS = ['pyRFXtrx==0.22.0'] DOMAIN = 'rfxtrx' diff --git a/requirements_all.txt b/requirements_all.txt index ccdb5fc5669..17ce0349ed2 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -658,7 +658,7 @@ pyCEC==0.4.13 pyHS100==0.3.0 # homeassistant.components.rfxtrx -pyRFXtrx==0.21.1 +pyRFXtrx==0.22.0 # homeassistant.components.sensor.tibber pyTibber==0.4.0