Skip to content
This repository has been archived by the owner on Mar 19, 2023. It is now read-only.

Commit

Permalink
Merge pull request #61 from robmarkcole/rename_device_state_attributes
Browse files Browse the repository at this point in the history
Update image_processing.py
  • Loading branch information
robmarkcole committed Dec 21, 2021
2 parents 9bc70a6 + 4e27d31 commit d35873c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/deepstack_face/image_processing.py
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ def force_update(self):
return True

@property
def device_state_attributes(self):
def extra_state_attributes(self):
"""Return the classifier attributes."""
attr = {}
if self._detect_only:
Expand Down

0 comments on commit d35873c

Please sign in to comment.