Skip to content

Commit

Permalink
homekit: publish
Browse files Browse the repository at this point in the history
  • Loading branch information
koush committed Apr 15, 2024
1 parent 0e35bac commit 807ba81
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions plugins/homekit/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion plugins/homekit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scrypted/homekit",
"version": "1.2.51",
"version": "1.2.53",
"description": "HomeKit Plugin for Scrypted",
"scripts": {
"scrypted-setup-project": "scrypted-setup-project",
Expand Down
2 changes: 1 addition & 1 deletion plugins/homekit/src/hap-utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export function createHAPUsernameStorageSettingsDict(device: { storage: Storage,

return {
addIdentifyingMaterial: {
hide: true,
hide: false,
type: 'boolean',
},
qrCode: {
Expand Down

0 comments on commit 807ba81

Please sign in to comment.