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

Commit fbb5f65

Browse files
committed
remove target names
1 parent 990c6f5 commit fbb5f65

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

custom_components/deepstack_object/image_processing.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,6 @@ def device_state_attributes(self) -> Dict:
380380
"""Return device specific state attributes."""
381381
attr = {}
382382
attr["targets"] = self._targets
383-
attr["targets_names"] = self._targets_names
384383
attr["targets_found"] = [
385384
{obj["name"]: obj["confidence"]} for obj in self._targets_found
386385
]

0 commit comments

Comments
 (0)