Skip to content

Commit 14865af

Browse files
authored
Fix doorbell elite missing capabilities (python-ring-doorbell#463)
1 parent 34b441b commit 14865af

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ring_doorbell/doorbot.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ def has_capability(self, capability: RingCapability | str) -> bool: # noqa: PLR
145145
+ DOORBELL_PRO_2_KINDS
146146
+ DOORBELL_WIRED_KINDS
147147
+ DOORBELL_GEN2_KINDS
148+
+ DOORBELL_ELITE_KINDS
148149
+ PEEPHOLE_CAM_KINDS
149150
)
150151
return False

0 commit comments

Comments
 (0)