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

Commit

Permalink
remove target names
Browse files Browse the repository at this point in the history
  • Loading branch information
robmarkcole committed Jan 14, 2021
1 parent 990c6f5 commit fbb5f65
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion custom_components/deepstack_object/image_processing.py
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,6 @@ def device_state_attributes(self) -> Dict:
"""Return device specific state attributes."""
attr = {}
attr["targets"] = self._targets
attr["targets_names"] = self._targets_names
attr["targets_found"] = [
{obj["name"]: obj["confidence"]} for obj in self._targets_found
]
Expand Down

0 comments on commit fbb5f65

Please sign in to comment.