From c8bfcd2ed4c94e863332eb308ad63d406017eb19 Mon Sep 17 00:00:00 2001 From: viswa-swami Date: Wed, 19 Jul 2017 06:21:39 -0400 Subject: [PATCH] Upgrade the alarmdecoder dependency library from 0.12.1 to 0.12.3. (#8542) * Upgrade the alarmdecoder dependency library from 0.12.1 to 0.12.3. Nutech software who owns this library have upgraded this library with some fixes regarding arming it to home/away and then disarming the alarm. Without this upgraded library, HASS is having a problem when we try to disarm an armed alarm after around 8 hours or so. * Updated the requirements_all.txt by running the script gen_requirements_all.py --- homeassistant/components/alarmdecoder.py | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/alarmdecoder.py b/homeassistant/components/alarmdecoder.py index d4948429b81..011cc3ad21d 100644 --- a/homeassistant/components/alarmdecoder.py +++ b/homeassistant/components/alarmdecoder.py @@ -15,7 +15,7 @@ from homeassistant.const import EVENT_HOMEASSISTANT_STOP from homeassistant.helpers.discovery import async_load_platform from homeassistant.helpers.dispatcher import async_dispatcher_send -REQUIREMENTS = ['alarmdecoder==0.12.1.0'] +REQUIREMENTS = ['alarmdecoder==0.12.3'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index c11959387b1..a6e559377e9 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -58,7 +58,7 @@ aiolifx_effects==0.1.1 aiopvapi==1.4 # homeassistant.components.alarmdecoder -alarmdecoder==0.12.1.0 +alarmdecoder==0.12.3 # homeassistant.components.amcrest amcrest==1.2.0