diff --git a/homeassistant/components/wemo.py b/homeassistant/components/wemo.py index 55e45bc210a..ab2094ba9d7 100644 --- a/homeassistant/components/wemo.py +++ b/homeassistant/components/wemo.py @@ -15,7 +15,7 @@ from homeassistant.helpers import config_validation as cv from homeassistant.const import EVENT_HOMEASSISTANT_STOP -REQUIREMENTS = ['pywemo==0.4.28'] +REQUIREMENTS = ['pywemo==0.4.29'] DOMAIN = 'wemo' diff --git a/requirements_all.txt b/requirements_all.txt index 1cde93097f6..f59968411ce 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1282,7 +1282,7 @@ pyvlx==0.1.3 pywebpush==1.6.0 # homeassistant.components.wemo -pywemo==0.4.28 +pywemo==0.4.29 # homeassistant.components.camera.xeoma pyxeoma==1.4.0