diff --git a/homeassistant/components/wemo.py b/homeassistant/components/wemo.py index 0592ad4c124..aaeccaf6eba 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.20'] +REQUIREMENTS = ['pywemo==0.4.25'] DOMAIN = 'wemo' diff --git a/requirements_all.txt b/requirements_all.txt index 494fee77630..71a0ffc8339 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -967,7 +967,7 @@ pyvlx==0.1.3 pywebpush==1.3.0 # homeassistant.components.wemo -pywemo==0.4.20 +pywemo==0.4.25 # homeassistant.components.zabbix pyzabbix==0.7.4