Skip to content

Commit

Permalink
Add name prop
Browse files Browse the repository at this point in the history
  • Loading branch information
rvetere committed Apr 14, 2024
1 parent fee3cfe commit 4e61cbd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@
"type": "object",
"additionalProperties": true,
"properties": {
"name": {
"title": "Name",
"type": "string",
"default": "Example Dynamic Platform"
},
"platform": {
"type": "string",
"default": "LoxoneControl"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"displayName": "Homebridge Loxone Control",
"name": "homebridge-loxone-control",
"version": "1.2.2",
"version": "1.2.3",
"description": "Homebridge plugin to control a loxone system trough the web-interface - useful if you have zero access to the Miniserver",
"license": "Apache-2.0",
"repository": {
Expand Down

0 comments on commit 4e61cbd

Please sign in to comment.