Skip to content

Commit

Permalink
Change order for Package Camera
Browse files Browse the repository at this point in the history
  • Loading branch information
steffjenl committed Nov 10, 2024
1 parent 910f1fa commit f6e95e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion drivers/protectdoorbell/device.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ class Doorbell extends Homey.Device {
});

await this._createMissingCapabilities();
await this._initDoorbellData();
await this._createSnapshotImage();
await this._initDoorbellData();
}

async waitForBootstrap() {
Expand Down
2 changes: 1 addition & 1 deletion env.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"DEBUG": "true",
"DEBUG": "false",
"HOMEY_LOG_FORCE": "1",
"HOMEY_LOG_URL": "https://8c83dcde0c914cd580b13dde03842b50@o4503960503517184.ingest.sentry.io/4503960515903488"
}

0 comments on commit f6e95e8

Please sign in to comment.