Add support for animal detection in unifiprotect (#116290)
Co-authored-by: J. Nick Koston <nick@koston.org>
This commit is contained in:
parent
52379ad7cb
commit
30fab7b807
5 changed files with 43 additions and 12 deletions
|
@ -216,6 +216,7 @@ def doorbell_fixture(camera: Camera, fixed_now: datetime):
|
|||
doorbell.feature_flags.smart_detect_types = [
|
||||
SmartDetectObjectType.PERSON,
|
||||
SmartDetectObjectType.VEHICLE,
|
||||
SmartDetectObjectType.ANIMAL,
|
||||
]
|
||||
doorbell.has_speaker = True
|
||||
doorbell.feature_flags.has_hdr = True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue