Changed pyvera version to 0.2.41 (#12391)

* 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
This commit is contained in:
Patrik Ekström 2018-02-14 06:55:50 +01:00 committed by Paulus Schoutsen
parent c5c409bed3
commit 9bfeb3b5af
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.39']
REQUIREMENTS = ['pyvera==0.2.41']
_LOGGER = logging.getLogger(__name__)

View file

@ -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