Fix style issue

pull/794/head
pavoni 2015-12-28 00:04:30 +00:00
parent f5dd146676
commit 976d9f2d08
1 changed files with 2 additions and 1 deletions

View File

@ -9,7 +9,8 @@ https://home-assistant.io/components/switch.wemo/
import logging
from homeassistant.components.switch import SwitchDevice
from homeassistant.const import STATE_ON, STATE_OFF, STATE_STANDBY, EVENT_HOMEASSISTANT_STOP
from homeassistant.const import (
STATE_ON, STATE_OFF, STATE_STANDBY, EVENT_HOMEASSISTANT_STOP)
REQUIREMENTS = ['pywemo==0.3.4']
_LOGGER = logging.getLogger(__name__)