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 #261 from covid10/master
Browse files Browse the repository at this point in the history
Fix for device_state_attributes warnings
  • Loading branch information
robmarkcole committed Dec 15, 2021
2 parents 99450c8 + 0f99a8c commit b604e0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/deepstack_object/image_processing.py
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ def should_poll(self):
return False

@property
def device_state_attributes(self) -> Dict:
def extra_state_attributes(self) -> Dict:
"""Return device specific state attributes."""
attr = {}
attr["targets"] = self._targets
Expand Down

0 comments on commit b604e0b

Please sign in to comment.