forked from home-assistant/core
Update pywemo dependency
This commit is contained in:
@@ -9,7 +9,7 @@ import logging
|
||||
from homeassistant.components.switch import SwitchDevice
|
||||
from homeassistant.const import STATE_ON, STATE_OFF, STATE_STANDBY
|
||||
|
||||
REQUIREMENTS = ['pywemo==0.3']
|
||||
REQUIREMENTS = ['pywemo==0.3.1']
|
||||
|
||||
|
||||
# pylint: disable=unused-argument
|
||||
|
@@ -90,7 +90,7 @@ pynetgear==0.3
|
||||
netdisco==0.4.1
|
||||
|
||||
# Wemo (switch.wemo)
|
||||
pywemo==0.3
|
||||
pywemo==0.3.1
|
||||
|
||||
# Wink (*.wink)
|
||||
https://github.com/balloob/python-wink/archive/c2b700e8ca866159566ecf5e644d9c297f69f257.zip#python-wink==0.1
|
||||
|
Reference in New Issue
Block a user