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