Skip to content

Commit

Permalink
Upgrade pyvera to 0.2.45 (#17419)
Browse files Browse the repository at this point in the history
This release adds support for garage door openers. A garage door
opener will show up as a switch.
  • Loading branch information
Brant Knudson authored and fabaff committed Oct 14, 2018
1 parent a302112 commit f198859
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/vera.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
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__)

Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f198859

Please sign in to comment.