Update ha-alpr / change default interval (#3691)
This commit is contained in:
parent
17a8dd3f70
commit
b9b41d3855
2 changed files with 3 additions and 3 deletions
|
@ -27,7 +27,7 @@ DEPENDENCIES = ['ffmpeg']
|
||||||
REQUIREMENTS = [
|
REQUIREMENTS = [
|
||||||
'https://github.com/pvizeli/cloudapi/releases/download/1.0.2/'
|
'https://github.com/pvizeli/cloudapi/releases/download/1.0.2/'
|
||||||
'python-1.0.2.zip#cloud_api==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__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -68,7 +68,7 @@ DEFAULT_NAME = 'OpenAlpr'
|
||||||
DEFAULT_ENGINE = ENGINE_LOCAL
|
DEFAULT_ENGINE = ENGINE_LOCAL
|
||||||
DEFAULT_RENDER = RENDER_FFMPEG
|
DEFAULT_RENDER = RENDER_FFMPEG
|
||||||
DEFAULT_BINARY = 'alpr'
|
DEFAULT_BINARY = 'alpr'
|
||||||
DEFAULT_INTERVAL = 2
|
DEFAULT_INTERVAL = 10
|
||||||
DEFAULT_CONFIDENCE = 80.0
|
DEFAULT_CONFIDENCE = 80.0
|
||||||
|
|
||||||
DEVICE_SCHEMA = vol.Schema({
|
DEVICE_SCHEMA = vol.Schema({
|
||||||
|
|
|
@ -120,7 +120,7 @@ googlemaps==2.4.4
|
||||||
gps3==0.33.3
|
gps3==0.33.3
|
||||||
|
|
||||||
# homeassistant.components.openalpr
|
# homeassistant.components.openalpr
|
||||||
ha-alpr==0.2
|
ha-alpr==0.3
|
||||||
|
|
||||||
# homeassistant.components.ffmpeg
|
# homeassistant.components.ffmpeg
|
||||||
ha-ffmpeg==0.13
|
ha-ffmpeg==0.13
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue