[go: up one dir, main page]

Skip to content

Commit

Permalink
Merge pull request #51 from robmarkcole/ISSUE50
Browse files Browse the repository at this point in the history
Update image_processing.py
  • Loading branch information
robmarkcole authored Dec 26, 2021
2 parents f66a924 + 065931a commit b4d38c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/platerecognizer/image_processing.py
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ def unit_of_measurement(self):
return ATTR_PLATE

@property
def device_state_attributes(self):
def extra_state_attributes(self):
"""Return the attributes."""
attr = {}
attr.update({"last_detection": self._last_detection})
Expand Down

0 comments on commit b4d38c5

Please sign in to comment.