Skip to content

Commit ef0841a

Browse files
authored
Update unofficial-ring-connect.groovy (#7)
Adding Ring Video Doorbell 2020 support for discovery.
1 parent 2f65251 commit ef0841a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/apps/unofficial-ring-connect.groovy

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1790,6 +1790,7 @@ def isOAuthEnabled() {
17901790
"doorbell_portal",
17911791
"doorbell_scallop",
17921792
"doorbell_scallop_lite",
1793+
"cocoa_doorbell",
17931794
"lpd_v1",
17941795
"lpd_v2",
17951796
"jbox_v1"
@@ -1814,6 +1815,7 @@ def isOAuthEnabled() {
18141815
"doorbell_scallop_lite": [name: "Ring Video Doorbell 3", driver: "Ring Virtual Camera", dingable: true],
18151816
"doorbell_scallop": [name: "Ring Video Doorbell 3 Plus", driver: "Ring Virtual Camera", dingable: true],
18161817
"doorbell_portal": [name: "Ring Peephole Cam", driver: "Ring Virtual Camera", dingable: true],
1818+
"cocoa_doorbell": [name: "Ring Video Doorbell 2020", driver: "Ring Virtual Camera", dingable: true],
18171819
"lpd_v1": [name: "Ring Video Doorbell Pro", driver: "Ring Virtual Camera", dingable: true],
18181820
"lpd_v2": [name: "Ring Video Doorbell Pro 2", driver: "Ring Virtual Camera", dingable: true],
18191821
"jbox_v1": [name: "Ring Video Doorbell Elite", driver: "Ring Virtual Camera", dingable: true],

0 commit comments

Comments
 (0)