Bump pyver to fix exception in fetching colours.

This commit is contained in:
pavoni 2017-07-20 10:21:08 +01:00
parent fde291f866
commit bc27d173d0
2 changed files with 2 additions and 2 deletions

View File

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

View File

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