Sub label sensors (#16218)

* Support mqtt sensors for logo attributes

* Expose in api
This commit is contained in:
Nicolas Mowen
2025-02-08 12:47:01 -06:00
committed by Blake Blackshear
parent 1c3527f5c4
commit 9236898a9d
3 changed files with 7 additions and 2 deletions
+1 -1
View File
@@ -103,7 +103,7 @@ class CameraActivityManager:
# run through each object and check what topics need to be updated
for label in self.config.cameras[camera].objects.track:
if label in self.config.model.all_attributes:
if label in self.config.model.non_logo_attributes:
continue
new_count = all_objects[label]