diff --git a/homeassistant/components/wemo.py b/homeassistant/components/wemo.py index f471608da1c..0e46800b121 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.33'] +REQUIREMENTS = ['pywemo==0.4.34'] DOMAIN = 'wemo' diff --git a/requirements_all.txt b/requirements_all.txt index 9863073530a..e272c57401e 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1369,7 +1369,7 @@ pyvlx==0.1.3 pywebpush==1.6.0 # homeassistant.components.wemo -pywemo==0.4.33 +pywemo==0.4.34 # homeassistant.components.camera.xeoma pyxeoma==1.4.0