mirror of
https://github.com/home-assistant/core.git
synced 2025-07-30 10:48:01 +02:00
Bump pywemo, handle more ports.
This commit is contained in:
@ -14,7 +14,7 @@ from homeassistant.helpers import config_validation as cv
|
|||||||
|
|
||||||
from homeassistant.const import EVENT_HOMEASSISTANT_STOP
|
from homeassistant.const import EVENT_HOMEASSISTANT_STOP
|
||||||
|
|
||||||
REQUIREMENTS = ['pywemo==0.4.19']
|
REQUIREMENTS = ['pywemo==0.4.20']
|
||||||
|
|
||||||
DOMAIN = 'wemo'
|
DOMAIN = 'wemo'
|
||||||
|
|
||||||
|
@ -827,7 +827,7 @@ pyvlx==0.1.3
|
|||||||
pywebpush==1.0.6
|
pywebpush==1.0.6
|
||||||
|
|
||||||
# homeassistant.components.wemo
|
# homeassistant.components.wemo
|
||||||
pywemo==0.4.19
|
pywemo==0.4.20
|
||||||
|
|
||||||
# homeassistant.components.zabbix
|
# homeassistant.components.zabbix
|
||||||
pyzabbix==0.7.4
|
pyzabbix==0.7.4
|
||||||
|
Reference in New Issue
Block a user