Skip to content

Commit

Permalink
Merge a84d20d into 2bf36bb
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Dec 17, 2018
2 parents 2bf36bb + a84d20d commit 6bc1e68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/switch/rpi_rf.py
Expand Up @@ -13,7 +13,7 @@
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__)

Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Expand Up @@ -1401,7 +1401,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
Expand Down

0 comments on commit 6bc1e68

Please sign in to comment.