From 9bfeb3b5af0d6a19dac80fadf51b8f8006ded862 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrik=20Ekstr=C3=B6m?= <33833959+patrik3k@users.noreply.github.com> Date: Wed, 14 Feb 2018 06:55:50 +0100 Subject: [PATCH] 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 --- homeassistant/components/vera.py | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/vera.py b/homeassistant/components/vera.py index b15c4ddabfdd5a..a7c10462e0d31a 100644 --- a/homeassistant/components/vera.py +++ b/homeassistant/components/vera.py @@ -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__) diff --git a/requirements_all.txt b/requirements_all.txt index ab0c6be46932fe..053baac28d7c80 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -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