From 9afe066ec85042dc7cbbd59983d1bd6d284298a7 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Sat, 29 Oct 2016 04:01:14 +0200 Subject: [PATCH] Fix name in openalpr cloud api (#4097) --- homeassistant/components/openalpr.py | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/openalpr.py b/homeassistant/components/openalpr.py index 35793c89144..700437cedf1 100644 --- a/homeassistant/components/openalpr.py +++ b/homeassistant/components/openalpr.py @@ -26,7 +26,7 @@ DOMAIN = 'openalpr' DEPENDENCIES = ['ffmpeg'] REQUIREMENTS = [ '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#openalpr_api==1.0.2', 'ha-alpr==0.3'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index 83c165524e6..d777397e2f6 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -206,7 +206,7 @@ https://github.com/nkgilley/python-ecobee-api/archive/4856a704670c53afe1882178a8 https://github.com/nkgilley/python-join-api/archive/3e1e849f1af0b4080f551b62270c6d244d5fbcbd.zip#python-join-api==0.0.1 # homeassistant.components.openalpr -https://github.com/pvizeli/cloudapi/releases/download/1.0.2/python-1.0.2.zip#cloud_api==1.0.2 +https://github.com/pvizeli/cloudapi/releases/download/1.0.2/python-1.0.2.zip#openalpr_api==1.0.2 # homeassistant.components.switch.edimax https://github.com/rkabadi/pyedimax/archive/365301ce3ff26129a7910c501ead09ea625f3700.zip#pyedimax==0.1