From 796933de6811eff61a617340226c4e1c6b41128a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Per=20Sandstr=C3=B6m?= Date: Sun, 18 Nov 2018 19:41:24 +0100 Subject: [PATCH] Upgrade vsure to 1.5.2 (#18557) Upgrade vsure to 1.5.2 --- 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 2c8c34fa67d..2f2fa194846 100644 --- a/homeassistant/components/verisure.py +++ b/homeassistant/components/verisure.py @@ -16,7 +16,7 @@ from homeassistant.helpers import discovery from homeassistant.util import Throttle import homeassistant.helpers.config_validation as cv -REQUIREMENTS = ['vsure==1.5.0', 'jsonpath==0.75'] +REQUIREMENTS = ['vsure==1.5.2', 'jsonpath==0.75'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index 5d70a1ac3f5..76cb14fdf1a 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1569,7 +1569,7 @@ volkszaehler==0.1.2 volvooncall==0.4.0 # homeassistant.components.verisure -vsure==1.5.0 +vsure==1.5.2 # homeassistant.components.sensor.vasttrafik vtjp==0.1.14