robmarkcole / HASS-plate-recognizer

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

All attributes missing from image_processing entity #62

Closed holdestmade closed 2 years ago

holdestmade commented 2 years ago

Since updating to 2022.4.b0 All attributes missing from image_processing entity. State works OK and is showing the number of plates.

Set logging to debug and only shows this:

2022-03-31 17:38:12 DEBUG (SyncWorker_17) [custom_components.platerecognizer.image_processing] Config: {"detection_rule": "strict", "region": "False"}

robmarkcole commented 2 years ago

Hmm the only relevant change I can see is related to https://github.com/home-assistant/core/pull/67837 which was already dealt with

holdestmade commented 2 years ago

Apologies, didn't notice your 1.4.1 update, I was on 1.4.0, updated to that and all is working.