From ca788b6e4dc679d3e9f55f080350cc2b363b5d2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Per=20Sandstr=C3=B6m?= Date: Mon, 21 Mar 2016 20:39:03 +0100 Subject: [PATCH] bump vsure verisure --- homeassistant/components/verisure.py | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/verisure.py b/homeassistant/components/verisure.py index 243c6899130..57d64581bc1 100644 --- a/homeassistant/components/verisure.py +++ b/homeassistant/components/verisure.py @@ -23,7 +23,7 @@ DISCOVER_SWITCHES = 'verisure.switches' DISCOVER_ALARMS = 'verisure.alarm_control_panel' DISCOVER_LOCKS = 'verisure.lock' -REQUIREMENTS = ['vsure==0.6.1'] +REQUIREMENTS = ['vsure==0.7.1'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index 04e02f5da82..8ef0f6bc3d3 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -281,7 +281,7 @@ urllib3 uvcclient==0.8 # homeassistant.components.verisure -vsure==0.6.1 +vsure==0.7.1 # homeassistant.components.switch.wake_on_lan wakeonlan==0.2.2