From 47d5c4f4372b56b79f8c8d23b8f5bcb4900c5b97 Mon Sep 17 00:00:00 2001
From: pavoni <mail@gregdowling.com>
Date: Thu, 17 Mar 2016 11:40:25 +0000
Subject: [PATCH] Bump pywemo version.

---
 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 14a68482fff..d6b127a0906 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.14']
+REQUIREMENTS = ['pywemo==0.3.16']
 
 DOMAIN = 'wemo'
 DISCOVER_LIGHTS = 'wemo.light'
diff --git a/requirements_all.txt b/requirements_all.txt
index 5c5f6089932..1283963d4d0 100644
--- a/requirements_all.txt
+++ b/requirements_all.txt
@@ -222,7 +222,7 @@ pyuserinput==0.1.9
 pyvera==0.2.8
 
 # homeassistant.components.wemo
-pywemo==0.3.14
+pywemo==0.3.16
 
 # homeassistant.components.thermostat.radiotherm
 radiotherm==1.2