From 64a73f6b67fdc475c482a0b2505f7d7f8fe303a7 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Wed, 30 Sep 2015 00:12:00 -0700 Subject: [PATCH] Update pywemo dependency --- homeassistant/components/switch/wemo.py | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/switch/wemo.py b/homeassistant/components/switch/wemo.py index 7ece858e80a..b27d0f58f7f 100644 --- a/homeassistant/components/switch/wemo.py +++ b/homeassistant/components/switch/wemo.py @@ -9,7 +9,7 @@ import logging from homeassistant.components.switch import SwitchDevice from homeassistant.const import STATE_ON, STATE_OFF, STATE_STANDBY -REQUIREMENTS = ['pywemo==0.3'] +REQUIREMENTS = ['pywemo==0.3.1'] # pylint: disable=unused-argument diff --git a/requirements_all.txt b/requirements_all.txt index 946c3bb252b..cf95f8e4565 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -90,7 +90,7 @@ pynetgear==0.3 netdisco==0.4.1 # Wemo (switch.wemo) -pywemo==0.3 +pywemo==0.3.1 # Wink (*.wink) https://github.com/balloob/python-wink/archive/c2b700e8ca866159566ecf5e644d9c297f69f257.zip#python-wink==0.1