diff --git a/homeassistant/components/rfxtrx.py b/homeassistant/components/rfxtrx.py index fd34eddf916..b6e4d3415f4 100644 --- a/homeassistant/components/rfxtrx.py +++ b/homeassistant/components/rfxtrx.py @@ -17,7 +17,7 @@ from homeassistant.const import ( ) from homeassistant.helpers.entity import Entity -REQUIREMENTS = ['pyRFXtrx==0.18.0'] +REQUIREMENTS = ['pyRFXtrx==0.19.0'] DOMAIN = 'rfxtrx' diff --git a/requirements_all.txt b/requirements_all.txt index ef91767cdc3..b9013d20bb7 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -501,7 +501,7 @@ pyCEC==0.4.13 pyHS100==0.2.4.2 # homeassistant.components.rfxtrx -pyRFXtrx==0.18.0 +pyRFXtrx==0.19.0 # homeassistant.components.switch.dlink pyW215==0.5.1