mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-08-01 16:42:18 +03:00
Sub label sensors (#16218)
* Support mqtt sensors for logo attributes * Expose in api
This commit is contained in:
committed by
Blake Blackshear
parent
1c3527f5c4
commit
9236898a9d
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user