Add smartcam pet detection toggle module (#1465)

This commit is contained in:
DawidPietrykowski
2025-01-18 13:58:26 +01:00
committed by GitHub
parent 980f6a38ca
commit fd6067e5a0
4 changed files with 99 additions and 0 deletions

View File

@@ -13,6 +13,7 @@ from .matter import Matter
from .motiondetection import MotionDetection
from .pantilt import PanTilt
from .persondetection import PersonDetection
from .petdetection import PetDetection
from .tamperdetection import TamperDetection
from .time import Time
@@ -26,6 +27,7 @@ __all__ = [
"Led",
"PanTilt",
"PersonDetection",
"PetDetection",
"Time",
"HomeKit",
"Matter",