Remove old openalpr component (#5406)

* Remove old openalpr component

* update region support
This commit is contained in:
Pascal Vizeli
2017-01-20 07:21:25 +01:00
committed by Paulus Schoutsen
parent d1ec422eab
commit fe6a8f3367
5 changed files with 13 additions and 483 deletions

View File

@@ -26,14 +26,18 @@ _LOGGER = logging.getLogger(__name__)
OPENALPR_API_URL = "https://api.openalpr.com/v1/recognize"
OPENALPR_REGIONS = [
'us',
'eu',
'au',
'auwide',
'br',
'eu',
'fr',
'gb',
'kr',
'kr2',
'mx',
'sg',
'us',
'vn2'
]
CONF_REGION = 'region'