From 534187f4cd8eed5e301f570141c6109b89c2b192 Mon Sep 17 00:00:00 2001 From: Greg Dowling Date: Wed, 5 Apr 2017 10:26:03 +0100 Subject: [PATCH] Bump pywemo version. Fixes Osram/Sylvania Lightify tunable white bulbs. (#6946) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add an optional extended description… --- 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 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