diff --git a/homeassistant/components/wemo.py b/homeassistant/components/wemo.py index 7cec1707211..dfcc0c96c0b 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.15'] +REQUIREMENTS = ['pywemo==0.4.16'] DOMAIN = 'wemo' diff --git a/requirements_all.txt b/requirements_all.txt index 3e442816c9f..d2f61ec0bcf 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -657,7 +657,7 @@ pyvera==0.2.25 pywebpush==0.6.1 # homeassistant.components.wemo -pywemo==0.4.15 +pywemo==0.4.16 # homeassistant.components.zabbix pyzabbix==0.7.4