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
|
@ -273,6 +273,15 @@ CAMERA_SENSORS: tuple[ProtectBinaryEntityDescription, ...] = (
|
|||
ufp_value="is_glass_break_detection_on",
|
||||
ufp_perm=PermRequired.NO_WRITE,
|
||||
),
|
||||
ProtectBinaryEntityDescription(
|
||||
key="track_person",
|
||||
name="Tracking: Person",
|
||||
icon="mdi:walk",
|
||||
entity_category=EntityCategory.DIAGNOSTIC,
|
||||
ufp_required_field="is_ptz",
|
||||
ufp_value="is_person_tracking_enabled",
|
||||
ufp_perm=PermRequired.NO_WRITE,
|
||||
),
|
||||
)
|
||||
|
||||
LIGHT_SENSORS: tuple[ProtectBinaryEntityDescription, ...] = (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue