From 028551784a0bf4341f2161146c9e1184cab0f395 Mon Sep 17 00:00:00 2001 From: pavoni Date: Sun, 30 Aug 2015 22:50:08 +0100 Subject: [PATCH] Update pywemo to 0,3 --- homeassistant/components/switch/wemo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/switch/wemo.py b/homeassistant/components/switch/wemo.py index cf1aed40d52..45e2fb19fd6 100644 --- a/homeassistant/components/switch/wemo.py +++ b/homeassistant/components/switch/wemo.py @@ -8,7 +8,7 @@ import logging from homeassistant.components.switch import SwitchDevice -REQUIREMENTS = ['pywemo==0.2'] +REQUIREMENTS = ['pywemo==0.3'] # pylint: disable=unused-argument