Bump pywemo version.

This commit is contained in:
pavoni 2016-01-16 11:35:17 +00:00
parent bc88985889
commit be23c6c86d
4 changed files with 4 additions and 4 deletions

View file

@ -15,7 +15,7 @@ from homeassistant.components.light import ATTR_BRIGHTNESS
from homeassistant.const import EVENT_HOMEASSISTANT_STOP, STATE_ON
REQUIREMENTS = ['pyvera==0.2.6']
REQUIREMENTS = ['pyvera==0.2.7']
_LOGGER = logging.getLogger(__name__)