Classes | |
| class | ImageProcessingAlprEntity |
| class | OpenAlprCloudEntity |
Functions | |
| None | async_setup_platform (HomeAssistant hass, ConfigType config, AddEntitiesCallback async_add_entities, DiscoveryInfoType|None discovery_info=None) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| string | ATTR_PLATE = "plate" |
| string | ATTR_PLATES = "plates" |
| string | ATTR_VEHICLES = "vehicles" |
| string | EVENT_FOUND_PLATE = "image_processing.found_plate" |
| string | OPENALPR_API_URL = "https://api.openalpr.com/v1/recognize" |
| list | OPENALPR_REGIONS |
| PLATFORM_SCHEMA | |
Component that will help set the OpenALPR cloud for ALPR processing.
| None homeassistant.components.openalpr_cloud.image_processing.async_setup_platform | ( | HomeAssistant | hass, |
| ConfigType | config, | ||
| AddEntitiesCallback | async_add_entities, | ||
| DiscoveryInfoType | None | discovery_info = None |
||
| ) |
Set up the OpenALPR cloud API platform.
Definition at line 68 of file image_processing.py.
|
private |
Definition at line 35 of file image_processing.py.
| string homeassistant.components.openalpr_cloud.image_processing.ATTR_PLATE = "plate" |
Definition at line 37 of file image_processing.py.
| string homeassistant.components.openalpr_cloud.image_processing.ATTR_PLATES = "plates" |
Definition at line 38 of file image_processing.py.
| string homeassistant.components.openalpr_cloud.image_processing.ATTR_VEHICLES = "vehicles" |
Definition at line 39 of file image_processing.py.
| string homeassistant.components.openalpr_cloud.image_processing.EVENT_FOUND_PLATE = "image_processing.found_plate" |
Definition at line 41 of file image_processing.py.
| string homeassistant.components.openalpr_cloud.image_processing.OPENALPR_API_URL = "https://api.openalpr.com/v1/recognize" |
Definition at line 43 of file image_processing.py.
| list homeassistant.components.openalpr_cloud.image_processing.OPENALPR_REGIONS |
Definition at line 45 of file image_processing.py.
| homeassistant.components.openalpr_cloud.image_processing.PLATFORM_SCHEMA |
Definition at line 60 of file image_processing.py.