From 54aa7b80eab2a431b3bdc6e5fe04035a914d8dbe Mon Sep 17 00:00:00 2001 From: pavoni Date: Thu, 7 Apr 2016 10:00:25 +0100 Subject: [PATCH] Bump pywemo to 0.4.1 - fix non native light issue. --- homeassistant/components/wemo.py | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/wemo.py b/homeassistant/components/wemo.py index f97567bc2b8..eefaa7bc1fc 100644 --- a/homeassistant/components/wemo.py +++ b/homeassistant/components/wemo.py @@ -9,7 +9,7 @@ import logging from homeassistant.components import discovery from homeassistant.const import EVENT_HOMEASSISTANT_STOP -REQUIREMENTS = ['pywemo==0.3.24'] +REQUIREMENTS = ['pywemo==0.4.1'] DOMAIN = 'wemo' DISCOVER_LIGHTS = 'wemo.light' diff --git a/requirements_all.txt b/requirements_all.txt index c0b011e869d..3ca5bde300c 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -241,7 +241,7 @@ pyuserinput==0.1.9 pyvera==0.2.10 # homeassistant.components.wemo -pywemo==0.3.24 +pywemo==0.4.1 # homeassistant.components.thermostat.radiotherm radiotherm==1.2