Skip to content

Commit

Permalink
Issue when working with latest video doorbell dual. Missing code.
Browse files Browse the repository at this point in the history
  • Loading branch information
lenoxys committed May 16, 2022
1 parent 3880b3c commit 7b070bf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/platform.ts
Original file line number Diff line number Diff line change
Expand Up @@ -425,6 +425,8 @@ export class EufySecurityPlatform implements DynamicPlatformPlugin {
case DeviceType.DOORBELL:
case DeviceType.BATTERY_DOORBELL:
case DeviceType.BATTERY_DOORBELL_2:
case DeviceType.BATTERY_DOORBELL_PLUS:
case DeviceType.DOORBELL_SOLO:
a = new DoorbellCameraAccessory(this, accessory, device as DoorbellCamera);
unbridge = (a.cameraConfig.enableCamera) ? a.cameraConfig.unbridge ??= false : false;
break;
Expand Down

0 comments on commit 7b070bf

Please sign in to comment.