Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
kovapatrik committed Apr 7, 2024
1 parent 06b7adb commit f532dfb
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion config.schema.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"pluginAlias": "ExampleHomebridgePlugin",
"pluginAlias": "BlueAirPlatform",
"pluginType": "platform",
"singular": true,
"schema": {
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

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

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"private": true,
"displayName": "Plugin Name",
"name": "homebridge-plugin-name",
"version": "1.0.0",
"description": "A short description about what your plugin does.",
"displayName": "Homebridge BlueAir Platform",
"name": "homebridge-blueair-purifier",
"version": "0.1.0",
"description": "Homebridge plugin for BlueAir purifiers",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/USERNAME/GITHUB_PROJECT_NAME.git"
"url": "git+https://github.com/kovapatrik/homebridge-blueair-purifier.git"
},
"bugs": {
"url": "https://github.com/USERNAME/GITHUB_PROJECT_NAME/issues"
"url": "https://github.com/kovapatrik/homebridge-blueair-purifier/issues"
},
"engines": {
"node": "^18.17.0 || ^20.9.0",
Expand Down
4 changes: 2 additions & 2 deletions src/settings.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/**
* This is the name of the platform that users will use to register the plugin in the Homebridge config.json
*/
export const PLATFORM_NAME = 'ExampleHomebridgePlugin';
export const PLATFORM_NAME = 'BlueAirPlatform';

/**
* This must match the name of your plugin as defined the package.json
*/
export const PLUGIN_NAME = 'homebridge-plugin-name';
export const PLUGIN_NAME = 'homebridge-blueair-purifier';

0 comments on commit f532dfb

Please sign in to comment.