diff --git a/homeassistant/components/wemo.py b/homeassistant/components/wemo.py index 15b75b2f7a8..d38a42e2cbf 100644 --- a/homeassistant/components/wemo.py +++ b/homeassistant/components/wemo.py @@ -14,7 +14,7 @@ from homeassistant.helpers import config_validation as cv from homeassistant.const import EVENT_HOMEASSISTANT_STOP -REQUIREMENTS = ['pywemo==0.4.25'] +REQUIREMENTS = ['pywemo==0.4.28'] DOMAIN = 'wemo' diff --git a/requirements_all.txt b/requirements_all.txt index 2484712e570..93d34fa1d30 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1152,7 +1152,7 @@ pyvlx==0.1.3 pywebpush==1.6.0 # homeassistant.components.wemo -pywemo==0.4.25 +pywemo==0.4.28 # homeassistant.components.camera.xeoma pyxeoma==1.4.0