Image Processing


Image processing enables Home Assistant to process image from cameras. Only camera entities are supported as sources.

For interval control, use scan_interval in platform.

ALPR

Alpr entities attribute have a vehicle counter vehicles and all found plates as plates.

This event is trigger after OpenALPR found a new licence plate.

# Example configuration.yaml automation entry
automation:
- alias: Open garage door
  trigger:
    platform: event
    event_type: found_plate
    event_data:
      entity_id: openalpr.camera_garage_1
      plate: BE2183423
...

The following event attributes will be present: entity_id, plate, confidence