Skip to content

Commit

Permalink
Merge pull request #470 from athombv/develop
Browse files Browse the repository at this point in the history
mdim
  • Loading branch information
jeroenwienk authored Oct 15, 2024
2 parents a7c09e9 + 32a85f7 commit 2c1b6b7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions lib/HomeyCompose.js
Original file line number Diff line number Diff line change
Expand Up @@ -410,6 +410,10 @@ class HomeyCompose {

widgetJson.id = widgetId;

if (widgetJson.settings == null) {
widgetJson.settings = [];
}

// TODO this makes no sense now?
// widgetJson = this.replaceSpecialPropertiesRecursive(widgetJson, widgetId, widgetJson);

Expand Down
4 changes: 2 additions & 2 deletions 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "homey",
"version": "3.7.8",
"version": "3.7.9",
"description": "Command-line interface and type declarations for Homey Apps",
"main": "bin/homey.js",
"files": [
Expand Down

0 comments on commit 2c1b6b7

Please sign in to comment.