feat: Add 'doorbell' configuration profile (#2511)

This commit is contained in:
Dermot Duffy
2026-06-30 17:45:13 -07:00
committed by dermotduffy
parent ef9c9c8d5c
commit 406176eebc
14 changed files with 114 additions and 84 deletions
+3 -1
View File
@@ -229,7 +229,9 @@ export class CameraManager {
}
const hasAutoTriggers = (config: CameraConfig): boolean => {
return config.triggers.motion || config.triggers.occupancy;
return (
config.triggers.motion || config.triggers.occupancy || config.triggers.doorbell
);
};
if (