mirror of
https://github.com/home-assistant/core.git
synced 2025-07-14 16:57:10 +00:00
Merge pull request #1320 from balloob/bump-pywemo-version
Bump pywemo version.
This commit is contained in:
commit
182fcb5f03
@ -12,7 +12,7 @@ from homeassistant.components.switch import SwitchDevice
|
||||
from homeassistant.const import (
|
||||
STATE_ON, STATE_OFF, STATE_STANDBY, EVENT_HOMEASSISTANT_STOP)
|
||||
|
||||
REQUIREMENTS = ['pywemo==0.3.10']
|
||||
REQUIREMENTS = ['pywemo==0.3.12']
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
_WEMO_SUBSCRIPTION_REGISTRY = None
|
||||
|
@ -214,7 +214,7 @@ pyuserinput==0.1.9
|
||||
pyvera==0.2.8
|
||||
|
||||
# homeassistant.components.switch.wemo
|
||||
pywemo==0.3.10
|
||||
pywemo==0.3.12
|
||||
|
||||
# homeassistant.components.thermostat.radiotherm
|
||||
radiotherm==1.2
|
||||
|
Loading…
x
Reference in New Issue
Block a user