robmarkcole / HASS-plate-recognizer

Read number plates with https://platerecognizer.com/
128 stars 25 forks source link

No "image_processing" on States (HA) #85

Closed Allread closed 12 months ago

Allread commented 12 months ago

hello :) I follow this tuto for PR via HACS

image_processing:
  - platform: platerecognizer
    api_token: xxxxxxxxxxxxxx
    regions:
      - fr
    watched_plates:
      - xxxxxxx
      - xxxxx
    save_file_folder: /config/www/plate/
    save_timestamped_file: True
    always_save_latest_file: True
    mmc: True
    detection_rule: strict
    region: strict
    source:
      - entity_id: camera.camera_portail_mainstreamprofile

But I don't have "image processing" in Dev Tools State"

image

Any help ?

Allread commented 12 months ago

Resolved by reboot :)