-
-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to configure to work with license plates starting with a number #35
Comments
Not sure, sounds like a generic HA question, can you ask on the forums? |
Here is my workaround for the sensor: |
this needs to be added to the readme - ill do it when i have a moment unless someone else has time? |
I just added it. |
Hi,
In Turkey, our license plates start with numbers.
Unfortunately, HA will protest when I feed in the code below and click Check configuration. 82ab123 causes the problem.
value_template: "{{ state_attr('image_processing.platerecognizer', 'watched_plates').82ab123 }}"
Is there a workaround to this situation?
The text was updated successfully, but these errors were encountered: