Bump pywemo to fix request include problems. (#11401)

This commit is contained in:
Greg Dowling 2018-01-01 23:32:26 +00:00 committed by Paulus Schoutsen
parent b362017206
commit cb899a9465
2 changed files with 2 additions and 2 deletions

View File

@ -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'

View File

@ -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