From b9b41d3855e997c4d4e4418c8d8048015fdb6cfe Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Wed, 5 Oct 2016 07:04:50 +0200 Subject: [PATCH] Update ha-alpr / change default interval (#3691) --- homeassistant/components/openalpr.py | 4 ++-- requirements_all.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/openalpr.py b/homeassistant/components/openalpr.py index edf041d10f9..d6bda321141 100644 --- a/homeassistant/components/openalpr.py +++ b/homeassistant/components/openalpr.py @@ -27,7 +27,7 @@ DEPENDENCIES = ['ffmpeg'] REQUIREMENTS = [ 'https://github.com/pvizeli/cloudapi/releases/download/1.0.2/' 'python-1.0.2.zip#cloud_api==1.0.2', - 'ha-alpr==0.2'] + 'ha-alpr==0.3'] _LOGGER = logging.getLogger(__name__) @@ -68,7 +68,7 @@ DEFAULT_NAME = 'OpenAlpr' DEFAULT_ENGINE = ENGINE_LOCAL DEFAULT_RENDER = RENDER_FFMPEG DEFAULT_BINARY = 'alpr' -DEFAULT_INTERVAL = 2 +DEFAULT_INTERVAL = 10 DEFAULT_CONFIDENCE = 80.0 DEVICE_SCHEMA = vol.Schema({ diff --git a/requirements_all.txt b/requirements_all.txt index d952400bbba..4ad08b79057 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -120,7 +120,7 @@ googlemaps==2.4.4 gps3==0.33.3 # homeassistant.components.openalpr -ha-alpr==0.2 +ha-alpr==0.3 # homeassistant.components.ffmpeg ha-ffmpeg==0.13