From cb899a946544cc17dba3a8ef044ffa7b651b1977 Mon Sep 17 00:00:00 2001 From: Greg Dowling Date: Mon, 1 Jan 2018 23:32:26 +0000 Subject: [PATCH] Bump pywemo to fix request include problems. (#11401) --- homeassistant/components/wemo.py | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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