diff --git a/homeassistant/components/switch/wemo.py b/homeassistant/components/switch/wemo.py index cf1aed40d52..45e2fb19fd6 100644 --- a/homeassistant/components/switch/wemo.py +++ b/homeassistant/components/switch/wemo.py @@ -8,7 +8,7 @@ import logging from homeassistant.components.switch import SwitchDevice -REQUIREMENTS = ['pywemo==0.2'] +REQUIREMENTS = ['pywemo==0.3'] # pylint: disable=unused-argument