From 17cfcc981d0729c9d1094a79707aca6af5543d30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Br=C3=A6dstrup?= Date: Fri, 11 Nov 2016 17:38:12 +0100 Subject: [PATCH] D-Link switch version bump of external library (#4351) --- homeassistant/components/switch/dlink.py | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/switch/dlink.py b/homeassistant/components/switch/dlink.py index c8c330a6f4c..d0f3daa08f7 100644 --- a/homeassistant/components/switch/dlink.py +++ b/homeassistant/components/switch/dlink.py @@ -15,7 +15,7 @@ import homeassistant.helpers.config_validation as cv from homeassistant.const import TEMP_CELSIUS, STATE_UNKNOWN REQUIREMENTS = ['https://github.com/LinuxChristian/pyW215/archive/' - 'v0.3.5.zip#pyW215==0.3.5'] + 'v0.3.6.zip#pyW215==0.3.6'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index 1876bb992f9..5d238cad688 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -158,7 +158,7 @@ https://github.com/Danielhiversen/flux_led/archive/0.8.zip#flux_led==0.8 https://github.com/GadgetReactor/pyHS100/archive/1f771b7d8090a91c6a58931532e42730b021cbde.zip#pyHS100==0.2.0 # homeassistant.components.switch.dlink -https://github.com/LinuxChristian/pyW215/archive/v0.3.5.zip#pyW215==0.3.5 +https://github.com/LinuxChristian/pyW215/archive/v0.3.6.zip#pyW215==0.3.6 # homeassistant.components.media_player.webostv # homeassistant.components.notify.webostv