Merge pull request #9465 from home-assistant/bump_pyvera

Bump pyvera to handle non english language controllers.
This commit is contained in:
Greg Dowling 2017-09-17 10:58:20 +01:00 committed by GitHub
commit c54b2c43d4
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.35']
REQUIREMENTS = ['pyvera==0.2.37']
_LOGGER = logging.getLogger(__name__)

View File

@ -821,7 +821,7 @@ pyunifi==2.13
# pyuserinput==0.1.11
# homeassistant.components.vera
pyvera==0.2.35
pyvera==0.2.37
# homeassistant.components.media_player.vizio
pyvizio==0.0.2