mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 12:45:28 +02:00
Bump pywemo version - changes port order for faster startup. (#3612)
This commit is contained in:
committed by
Paulus Schoutsen
parent
183936375f
commit
fcbfcf0aa7
@@ -14,7 +14,7 @@ from homeassistant.helpers import config_validation as cv
|
||||
|
||||
from homeassistant.const import EVENT_HOMEASSISTANT_STOP
|
||||
|
||||
REQUIREMENTS = ['pywemo==0.4.6']
|
||||
REQUIREMENTS = ['pywemo==0.4.7']
|
||||
|
||||
DOMAIN = 'wemo'
|
||||
|
||||
|
@@ -407,7 +407,7 @@ python-wink==0.8.0
|
||||
pyvera==0.2.20
|
||||
|
||||
# homeassistant.components.wemo
|
||||
pywemo==0.4.6
|
||||
pywemo==0.4.7
|
||||
|
||||
# homeassistant.components.climate.radiotherm
|
||||
# homeassistant.components.thermostat.radiotherm
|
||||
|
Reference in New Issue
Block a user