Skip to content

Commit

Permalink
update scoped plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
donavanbecker committed Jan 17, 2025
1 parent 225dc7e commit 373ef41
Show file tree
Hide file tree
Showing 8 changed files with 41 additions and 17 deletions.
2 changes: 1 addition & 1 deletion assets/plugins-v2.min.json

Large diffs are not rendered by default.

31 changes: 23 additions & 8 deletions assets/plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,17 @@
"verified": true,
"verifiedPlus": false
},
"@homebridge-plugins/homebridge-plugin-update-check": {
"name": null,
"hidden": false,
"icon": null,
"maintained": true,
"newScope": false,
"scoped": "sunookitsune",
"author": "sunookitsune",
"verified": true,
"verifiedPlus": false
},
"@homebridge-plugins/homebridge-rainbird": {
"name": null,
"hidden": false,
Expand Down Expand Up @@ -491,7 +502,7 @@
"newScope": {
"from": "homebridge-air",
"to": "@homebridge-plugins/homebridge-air",
"switch": "0.1.0"
"switch": "1.0.0"
},
"scoped": false,
"author": "donavanbecker",
Expand Down Expand Up @@ -759,7 +770,7 @@
"newScope": {
"from": "homebridge-august",
"to": "@homebridge-plugins/homebridge-august",
"switch": "2.2.7"
"switch": "3.0.0"
},
"scoped": false,
"author": "donavanbecker",
Expand Down Expand Up @@ -1148,7 +1159,7 @@
"newScope": {
"from": "homebridge-cloudflared-tunnel",
"to": "@homebridge-plugins/homebridge-cloudflared-tunnel",
"switch": "1.1.0"
"switch": "2.0.0"
},
"scoped": false,
"author": "donavanbecker",
Expand Down Expand Up @@ -2887,7 +2898,7 @@
"newScope": {
"from": "homebridge-meater",
"to": "@homebridge-plugins/homebridge-meater",
"switch": "1.1.2"
"switch": "2.0.0"
},
"scoped": false,
"author": "donavanbecker",
Expand Down Expand Up @@ -3357,7 +3368,7 @@
"newScope": {
"from": "homebridge-noip",
"to": "@homebridge-plugins/homebridge-noip",
"switch": "3.0.4"
"switch": "4.0.0"
},
"scoped": false,
"author": "donavanbecker",
Expand Down Expand Up @@ -3820,7 +3831,11 @@
"hidden": false,
"icon": null,
"maintained": false,
"newScope": false,
"newScope": {
"from": "homebridge-plugin-update-check",
"to": "@homebridge-plugins/homebridge-plugin-update-check",
"switch": "1.0.2"
},
"scoped": false,
"author": null,
"verified": true,
Expand Down Expand Up @@ -3988,7 +4003,7 @@
"newScope": {
"from": "homebridge-rainbird",
"to": "@homebridge-plugins/homebridge-rainbird",
"switch": "2.1.2"
"switch": "3.0.0"
},
"scoped": false,
"author": "donavanbecker",
Expand Down Expand Up @@ -4036,7 +4051,7 @@
"newScope": {
"from": "homebridge-resideo",
"to": "@homebridge-plugins/homebridge-resideo",
"switch": "2.1.6"
"switch": "3.0.0"
},
"scoped": false,
"author": "donavanbecker",
Expand Down
2 changes: 1 addition & 1 deletion assets/plugins.min.json

Large diffs are not rendered by default.

19 changes: 12 additions & 7 deletions has-scope-plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
{
"from": "homebridge-air",
"to": "@homebridge-plugins/homebridge-air",
"switch": "0.1.0"
"switch": "1.0.0"
},
{
"from": "homebridge-august",
"to": "@homebridge-plugins/homebridge-august",
"switch": "2.2.7"
"switch": "3.0.0"
},
{
"from": "homebridge-cloudflared-tunnel",
"to": "@homebridge-plugins/homebridge-cloudflared-tunnel",
"switch": "1.1.0"
"switch": "2.0.0"
},
{
"from": "homebridge-ewelink",
Expand All @@ -27,7 +27,7 @@
{
"from": "homebridge-meater",
"to": "@homebridge-plugins/homebridge-meater",
"switch": "1.1.2"
"switch": "2.0.0"
},
{
"from": "homebridge-meross",
Expand All @@ -37,16 +37,21 @@
{
"from": "homebridge-noip",
"to": "@homebridge-plugins/homebridge-noip",
"switch": "3.0.4"
"switch": "4.0.0"
},
{
"from": "homebridge-plugin-update-check",
"to": "@homebridge-plugins/homebridge-plugin-update-check",
"switch": "1.0.2"
},
{
"from": "homebridge-rainbird",
"to": "@homebridge-plugins/homebridge-rainbird",
"switch": "2.1.2"
"switch": "3.0.0"
},
{
"from": "homebridge-resideo",
"to": "@homebridge-plugins/homebridge-resideo",
"switch": "2.1.6"
"switch": "3.0.0"
}
]
1 change: 1 addition & 0 deletions maintained-plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"@homebridge-plugins/homebridge-meater",
"@homebridge-plugins/homebridge-meross",
"@homebridge-plugins/homebridge-noip",
"@homebridge-plugins/homebridge-plugin-update-check",
"@homebridge-plugins/homebridge-rainbird",
"@homebridge-plugins/homebridge-resideo",
"@homebridge-plugins/homebridge-smarthq",
Expand Down
1 change: 1 addition & 0 deletions plugin-authors.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"@homebridge-plugins/homebridge-meater": "donavanbecker",
"@homebridge-plugins/homebridge-meross": "bwp91",
"@homebridge-plugins/homebridge-noip": "donavanbecker",
"@homebridge-plugins/homebridge-plugin-update-check": "sunookitsune",
"@homebridge-plugins/homebridge-rainbird": "donavanbecker",
"@homebridge-plugins/homebridge-resideo": "donavanbecker",
"@homebridge-plugins/homebridge-smarthq": "donavanbecker",
Expand Down
1 change: 1 addition & 0 deletions scoped-plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"@homebridge-plugins/homebridge-meater": "donavanbecker",
"@homebridge-plugins/homebridge-meross": "bwp91",
"@homebridge-plugins/homebridge-noip": "donavanbecker",
"@homebridge-plugins/homebridge-plugin-update-check": "sunookitsune",
"@homebridge-plugins/homebridge-rainbird": "donavanbecker",
"@homebridge-plugins/homebridge-resideo": "donavanbecker",
"@homebridge-plugins/homebridge-smarthq": "donavanbecker"
Expand Down
1 change: 1 addition & 0 deletions verified-plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"@homebridge-plugins/homebridge-meater",
"@homebridge-plugins/homebridge-meross",
"@homebridge-plugins/homebridge-noip",
"@homebridge-plugins/homebridge-plugin-update-check",
"@homebridge-plugins/homebridge-rainbird",
"@homebridge-plugins/homebridge-resideo",
"@homebridge-plugins/homebridge-smarthq",
Expand Down

0 comments on commit 373ef41

Please sign in to comment.