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