Skip to content

Commit

Permalink
Changed pyvera version to 0.2.41 (#12391)
Browse files Browse the repository at this point in the history
* Changed pyvera version to 0.2.41

Changed required pyvera version to 0.2.41 from 0.2.39.
The 0.2.41 supports the VeraSecure built in siren. Siren is treated as switch and can now be turned on and off. Before it was armable but generated error in Vera controller.  This allows for both detecting status of Siren if triggered from within Vera and also outside controll from HA.

* Added pyvera 0.2.41 library
  • Loading branch information
patrik3k authored and balloob committed Feb 14, 2018
1 parent c5c409b commit 9bfeb3b
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.39']
REQUIREMENTS = ['pyvera==0.2.41']

_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 @@ -998,7 +998,7 @@ pyunifi==2.13
# pyuserinput==0.1.11

# homeassistant.components.vera
pyvera==0.2.39
pyvera==0.2.41

# homeassistant.components.media_player.vizio
pyvizio==0.0.2
Expand Down

0 comments on commit 9bfeb3b

Please sign in to comment.