mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +00:00
Bump pywemo version - fixed scan device = None bug
This commit is contained in:
parent
4c3d6981a6
commit
bbf73e0bae
@ -11,7 +11,7 @@ import logging
|
||||
from homeassistant.components.switch import SwitchDevice
|
||||
from homeassistant.const import STATE_ON, STATE_OFF, STATE_STANDBY
|
||||
|
||||
REQUIREMENTS = ['pywemo==0.3.2']
|
||||
REQUIREMENTS = ['pywemo==0.3.3']
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
||||
|
@ -149,7 +149,7 @@ hikvision==0.4
|
||||
orvibo==1.0.0
|
||||
|
||||
# homeassistant.components.switch.wemo
|
||||
pywemo==0.3.2
|
||||
pywemo==0.3.3
|
||||
|
||||
# homeassistant.components.thermostat.honeywell
|
||||
evohomeclient==0.2.3
|
||||
|
Loading…
x
Reference in New Issue
Block a user