Bump pyvera - fixes issue with % in brightness levels. (#7622)

This commit is contained in:
Greg Dowling 2017-05-17 04:01:29 +01:00 committed by Paulus Schoutsen
parent 1fafa34eb1
commit 9dcc0b5ef5
2 changed files with 2 additions and 2 deletions

View file

@ -20,7 +20,7 @@ from homeassistant.const import (
EVENT_HOMEASSISTANT_STOP)
from homeassistant.helpers.entity import Entity
REQUIREMENTS = ['pyvera==0.2.30']
REQUIREMENTS = ['pyvera==0.2.31']
_LOGGER = logging.getLogger(__name__)