Upgrade pyvera to 0.2.45 (#17419)

This release adds support for garage door openers. A garage door
opener will show up as a switch.
This commit is contained in:
Brant Knudson 2018-10-14 02:26:34 -05:00 committed by Fabian Affolter
parent a302112879
commit f198859441
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ from homeassistant.const import (
EVENT_HOMEASSISTANT_STOP, CONF_LIGHTS, CONF_EXCLUDE)
from homeassistant.helpers.entity import Entity
REQUIREMENTS = ['pyvera==0.2.44']
REQUIREMENTS = ['pyvera==0.2.45']
_LOGGER = logging.getLogger(__name__)

View File

@ -1236,7 +1236,7 @@ pyuptimerobot==0.0.5
# pyuserinput==0.1.11
# homeassistant.components.vera
pyvera==0.2.44
pyvera==0.2.45
# homeassistant.components.switch.vesync
pyvesync==0.1.1