Add person tracking for UniFi Protect (#111289)
This commit is contained in:
parent
72fe170dc8
commit
5890a7d38c
3 changed files with 20 additions and 0 deletions
|
@ -37,6 +37,7 @@ CAMERA_SWITCHES_BASIC = [
|
|||
not d.name.startswith("Detections:")
|
||||
and d.name != "SSH Enabled"
|
||||
and d.name != "Color Night Vision"
|
||||
and d.name != "Tracking: Person"
|
||||
)
|
||||
or d.name == "Detections: Motion"
|
||||
or d.name == "Detections: Person"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue