homebridge / verified

Plugins Verified by Homebridge
https://homebridge.io/w/Verified-Plugins
GNU General Public License v3.0
366 stars 17 forks source link

Verification Request: homebridge-blueair-purifier #728

Closed kovapatrik closed 4 months ago

kovapatrik commented 4 months ago

Plugin Name

homebridge-blueair-purifier

Link To GitHub Repo

https://github.com/kovapatrik/homebridge-blueair-purifier

Plugin Icon (Optional)

Blueair

The plugin does not offer the same nor less functionality than that of any existing verified plugin.

šŸŸ  No (please explain in the more information box at the end)

The plugin successfully installs and does not start unless it is configured.

šŸŸ¢ Yes

The plugin does not require the user to run Homebridge in a TTY or with non-standard startup parameters, even for initial configuration.

šŸŸ¢ Yes

The plugin does not contain any analytics or calls that enable you to track the user.

šŸŸ¢ Yes

If the plugin needs to write files to disk (cache, keys, etc.), it stores them inside the Homebridge storage directory.

šŸŸ¢ Yes

The plugin does not throw unhandled exceptions, the plugin must catch and log its own errors.

šŸŸ¢ Yes

More Information

There is the following plugin which supports both older devices (which don't use the AWS API) and newer ones with the AWS API but the implementation has a lot of unnecessary API calls. My plugin only supports the newer devices but it has much less API calls. My plugin also allows to configure each of the devices while the referenced plugin can only use global settings for all the discovered devices.

github-actions[bot] commented 4 months ago

šŸ”“ The following pre-checks failed:


šŸŸ¢ The following pre-checks passed:


āš ļø Please action these failures and then comment /check to run the checks again. Let us know if you need any help.

If updating your package.json and config.schema.json files, don't forget to publish a new version to NPM.

kovapatrik commented 4 months ago

/check

github-actions[bot] commented 4 months ago

šŸŸ¢ The following pre-checks passed:


šŸŽ‰ All pre-checks passed successfully, nice work! Your plugin and/or icon will now be manually reviewed by the Homebridge team.

github-actions[bot] commented 4 months ago
github-actions[bot] commented 4 months ago

Congratulations! Your plugin has been verified!

You can now add one of the Verified by Homebridge badges to your plugin's README:

verified-by-homebridge

[![verified-by-homebridge](https://badgen.net/badge/homebridge/verified/purple)](https://github.com/homebridge/homebridge/wiki/Verified-Plugins)

verified-by-homebridge

[![verified-by-homebridge](https://img.shields.io/badge/homebridge-verified-blueviolet?color=%23491F59&style=for-the-badge&logoColor=%23FFFFFF&logo=homebridge)](https://github.com/homebridge/homebridge/wiki/Verified-Plugins)

Your plugin is now also eligible to display a :heart: Donate button on its tile in the Homebridge UI. See https://github.com/homebridge/homebridge/wiki/Donation-Links for instructions.

If for any reason in the future you can no longer maintain your plugin, please consider transferring it to our unmaintained plugins repo. We can take ownership until another willing developer comes along.

Don't forget to join the official Homebridge Discord server, where plugin developers can get tips and advice from other developers and the Homebridge project team in the #plugin-development channel!

As a verified plugin, you can request a channel in the Discord server to discuss your plugin with users and other developers. Just ask in the #plugin-development channel.

Thank you for your contribution to the Homebridge community.