diff --git a/homeassistant/components/wemo.py b/homeassistant/components/wemo.py index caa9d777571..c121c58470b 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.12'] +REQUIREMENTS = ['pywemo==0.4.13'] DOMAIN = 'wemo' diff --git a/requirements_all.txt b/requirements_all.txt index 3803a72328b..e95f13fcb62 100755 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -611,7 +611,7 @@ pyvera==0.2.23 pywebpush==0.6.1 # homeassistant.components.wemo -pywemo==0.4.12 +pywemo==0.4.13 # homeassistant.components.zabbix pyzabbix==0.7.4