From c8266c669258e9c605a34369d98c494189835351 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Per=20Sandstr=C3=B6m?= Date: Sun, 7 Oct 2018 12:33:16 +0200 Subject: [PATCH] vsure version 1.5.0 (#17209) --- 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 016547697b9..2c8c34fa67d 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.3.7', 'jsonpath==0.75'] +REQUIREMENTS = ['vsure==1.5.0', 'jsonpath==0.75'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index 495a5f7158c..30bf763e6b2 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1484,7 +1484,7 @@ volkszaehler==0.1.2 volvooncall==0.4.0 # homeassistant.components.verisure -vsure==1.3.7 +vsure==1.5.0 # homeassistant.components.sensor.vasttrafik vtjp==0.1.14