Bump pyvera version

This commit is contained in:
pavoni 2016-01-04 11:24:24 +00:00
parent 601211f1d9
commit 5f8dd65acf
4 changed files with 4 additions and 4 deletions

View file

@ -15,7 +15,7 @@ from homeassistant.const import (
ATTR_BATTERY_LEVEL, ATTR_TRIPPED, ATTR_ARMED, ATTR_LAST_TRIP_TIME,
TEMP_CELCIUS, TEMP_FAHRENHEIT, EVENT_HOMEASSISTANT_STOP)
REQUIREMENTS = ['pyvera==0.2.1']
REQUIREMENTS = ['pyvera==0.2.2']
_LOGGER = logging.getLogger(__name__)