diff --git a/homeassistant/components/wemo.py b/homeassistant/components/wemo.py
index c78685737e0..88e4b9efb12 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.17']
+REQUIREMENTS = ['pywemo==0.3.19']
 
 DOMAIN = 'wemo'
 DISCOVER_LIGHTS = 'wemo.light'
diff --git a/requirements_all.txt b/requirements_all.txt
index 04e02f5da82..f06d367e851 100644
--- a/requirements_all.txt
+++ b/requirements_all.txt
@@ -225,7 +225,7 @@ pyuserinput==0.1.9
 pyvera==0.2.8
 
 # homeassistant.components.wemo
-pywemo==0.3.17
+pywemo==0.3.19
 
 # homeassistant.components.thermostat.radiotherm
 radiotherm==1.2