diff --git a/homeassistant/components/rfxtrx.py b/homeassistant/components/rfxtrx.py index caa44d5a8f2..c035836594c 100644 --- a/homeassistant/components/rfxtrx.py +++ b/homeassistant/components/rfxtrx.py @@ -14,7 +14,7 @@ from homeassistant.const import EVENT_HOMEASSISTANT_STOP from homeassistant.helpers.entity import Entity from homeassistant.const import (ATTR_ENTITY_ID, TEMP_CELSIUS) -REQUIREMENTS = ['pyRFXtrx==0.16.1'] +REQUIREMENTS = ['pyRFXtrx==0.17.0'] DOMAIN = "rfxtrx" diff --git a/requirements_all.txt b/requirements_all.txt index 6cab08068a9..fb5d6477c23 100755 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -409,7 +409,7 @@ pyCEC==0.4.12 pyHS100==0.2.3 # homeassistant.components.rfxtrx -pyRFXtrx==0.16.1 +pyRFXtrx==0.17.0 # homeassistant.components.notify.xmpp pyasn1-modules==0.0.8