Add support for animal detection in unifiprotect (#116290)

Co-authored-by: J. Nick Koston <nick@koston.org>
This commit is contained in:
William Taylor 2024-06-11 01:16:36 +10:00 committed by GitHub
parent 52379ad7cb
commit 30fab7b807
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 43 additions and 12 deletions

View file

@ -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