You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is an example how to compare the currently read plate with the definition of "wached_plates", but how can I get the currently read plate as a sensor ?
I try something like below to get currently read plate and confidence of read:
Template variable warning: 'list object' has no attribute 'plate' when rendering '{{ state_attr('image_processing.platerecognizer_xxxcamera', 'vehicles').plate }}'
Template variable warning: 'list object' has no attribute 'confidence' when rendering '{{ state_attr('image_processing.platerecognizer_xxxcamera', 'vehicles').confidence }}'
Regards,
Grzegorz
The text was updated successfully, but these errors were encountered:
Hi,
There is an example how to compare the currently read plate with the definition of "wached_plates", but how can I get the currently read plate as a sensor ?
I try something like below to get currently read plate and confidence of read:
current_plate_recognizer:
value_template: "{{ state_attr('image_processing.platerecognizer_xxxcamera', 'vehicles').plate }}"
current_plate_recognizer_confidence:
value_template: "{{ state_attr('image_processing.platerecognizer_xxxcamera', 'vehicles').confidence }}"
but I get warning:
Template variable warning: 'list object' has no attribute 'plate' when rendering '{{ state_attr('image_processing.platerecognizer_xxxcamera', 'vehicles').plate }}'
Template variable warning: 'list object' has no attribute 'confidence' when rendering '{{ state_attr('image_processing.platerecognizer_xxxcamera', 'vehicles').confidence }}'
Regards,
Grzegorz
The text was updated successfully, but these errors were encountered: