Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Bre77 committed Jun 6, 2024
1 parent 5985fc4 commit 109253f
Show file tree
Hide file tree
Showing 11 changed files with 8,430 additions and 4,096 deletions.
4 changes: 4 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"tabWidth": 2,
"useTabs": false
}
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"files.eol": "\n",
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
"source.fixAll.eslint": "explicit"
},
"editor.rulers": [ 140 ],
"eslint.enable": true
Expand Down
28 changes: 14 additions & 14 deletions config.schema.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"pluginAlias": "ExampleHomebridgePlugin",
"pluginType": "platform",
"singular": true,
"schema": {
"type": "object",
"properties": {
"name": {
"title": "Name",
"type": "string",
"required": true,
"default": "Example Dynamic Platform"
}
"pluginAlias": "Teslemetry",
"pluginType": "platform",
"singular": false,
"headerDisplay": "Requires an active subscription to Teslemetry. Please login and create an access token at teslemetry.com",
"schema": {
"type": "object",
"properties": {
"accessToken": {
"title": "Access Token",
"type": "string",
"required": true
}
}
}
}
}
}
Loading

0 comments on commit 109253f

Please sign in to comment.