diff --git a/custom_components/deepstack_object/image_processing.py b/custom_components/deepstack_object/image_processing.py index f1865f0..2c9c79a 100644 --- a/custom_components/deepstack_object/image_processing.py +++ b/custom_components/deepstack_object/image_processing.py @@ -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 ]