From 0776456b597ef5cabf9606f54c5d9da29bb96498 Mon Sep 17 00:00:00 2001 From: Adam Belebczuk Date: Sun, 23 Dec 2018 05:40:34 -0500 Subject: [PATCH] Pywemo version bump (#19538) * Bump pywemo version * Bump pywemo version --- 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 f471608da1c..0e46800b121 100644 --- a/homeassistant/components/wemo.py +++ b/homeassistant/components/wemo.py @@ -15,7 +15,7 @@ from homeassistant.helpers import config_validation as cv from homeassistant.const import EVENT_HOMEASSISTANT_STOP -REQUIREMENTS = ['pywemo==0.4.33'] +REQUIREMENTS = ['pywemo==0.4.34'] DOMAIN = 'wemo' diff --git a/requirements_all.txt b/requirements_all.txt index 9863073530a..e272c57401e 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1369,7 +1369,7 @@ pyvlx==0.1.3 pywebpush==1.6.0 # homeassistant.components.wemo -pywemo==0.4.33 +pywemo==0.4.34 # homeassistant.components.camera.xeoma pyxeoma==1.4.0