From 5ae5d9b576eb1c769392ef7e47ff4c974c380ccb Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 29 Jan 2017 02:05:24 +0100 Subject: [PATCH] Upgrade rpi-rf to 0.9.6 (#5611) --- homeassistant/components/switch/rpi_rf.py | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/switch/rpi_rf.py b/homeassistant/components/switch/rpi_rf.py index 361f4e0e934..866fea0df0b 100644 --- a/homeassistant/components/switch/rpi_rf.py +++ b/homeassistant/components/switch/rpi_rf.py @@ -12,7 +12,7 @@ from homeassistant.components.switch import (SwitchDevice, PLATFORM_SCHEMA) from homeassistant.const import (CONF_NAME, CONF_SWITCHES) import homeassistant.helpers.config_validation as cv -REQUIREMENTS = ['rpi-rf==0.9.5'] +REQUIREMENTS = ['rpi-rf==0.9.6'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index 2e983ea0f54..ab2c6b036ae 100755 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -564,7 +564,7 @@ pyzabbix==0.7.4 radiotherm==1.2 # homeassistant.components.switch.rpi_rf -# rpi-rf==0.9.5 +# rpi-rf==0.9.6 # homeassistant.components.media_player.yamaha rxv==0.4.0