Bump pywemo to fix request include problems. (#11401)
parent
b362017206
commit
cb899a9465
|
@ -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'
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue