mirror of
https://github.com/home-assistant/core.git
synced 2025-11-28 03:58:01 +00:00
Remove old openalpr component (#5406)
* Remove old openalpr component * update region support
This commit is contained in:
committed by
Paulus Schoutsen
parent
d1ec422eab
commit
fe6a8f3367
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user