diff --git a/homeassistant/components/switch/rpi_rf.py b/homeassistant/components/switch/rpi_rf.py index ffadc0d38de..e7f14685eb2 100644 --- a/homeassistant/components/switch/rpi_rf.py +++ b/homeassistant/components/switch/rpi_rf.py @@ -13,7 +13,7 @@ from homeassistant.const import ( CONF_NAME, CONF_SWITCHES, EVENT_HOMEASSISTANT_STOP) import homeassistant.helpers.config_validation as cv -REQUIREMENTS = ['rpi-rf==0.9.6'] +REQUIREMENTS = ['rpi-rf==0.9.7'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index b8be0574c59..5dd31c9aa80 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1420,7 +1420,7 @@ rocketchat-API==0.6.1 roombapy==1.3.1 # homeassistant.components.switch.rpi_rf -# rpi-rf==0.9.6 +# rpi-rf==0.9.7 # homeassistant.components.media_player.russound_rnet russound==0.1.9