Skip to content

Commit 065931a

Browse files
authored
Update image_processing.py
1 parent f66a924 commit 065931a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom_components/platerecognizer/image_processing.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ def unit_of_measurement(self):
310310
return ATTR_PLATE
311311

312312
@property
313-
def device_state_attributes(self):
313+
def extra_state_attributes(self):
314314
"""Return the attributes."""
315315
attr = {}
316316
attr.update({"last_detection": self._last_detection})

0 commit comments

Comments
 (0)