Bump pywemo - fix for latest bridge firmware. (#5921)

This commit is contained in:
Greg Dowling 2017-02-12 19:14:23 +00:00 committed by Paulus Schoutsen
parent e4bbe37112
commit 9c400de64b
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.11']
REQUIREMENTS = ['pywemo==0.4.12']
DOMAIN = 'wemo'

View file

@ -575,7 +575,7 @@ pyvera==0.2.23
pywebpush==0.6.1
# homeassistant.components.wemo
pywemo==0.4.11
pywemo==0.4.12
# homeassistant.components.zabbix
pyzabbix==0.7.4