homebridge / plugins

Information and resources for Homebridge plugins.
https://homebridge.io/w/Verified-Plugins
GNU General Public License v3.0
368 stars 17 forks source link

homebridge-winix-purifiers #648

Closed bcullman closed 11 months ago

bcullman commented 11 months ago

Link To GitHub Repo

https://github.com/regaw-leinad/homebridge-winix-purifiers

Link To NPM Package

https://www.npmjs.com/package/homebridge-winix-purifiers

Plugin Icon (Optional)

github-actions[bot] commented 11 months ago

The following pre-checks failed:

:x: Could not determine plugin name.

Comment /check to run checks again.

bcullman commented 11 months ago

/check

github-actions[bot] commented 11 months ago

The following pre-checks failed:

:x: Could not determine plugin name.

Comment /check to run checks again.

bwp91 commented 11 months ago

Hi @bcullman

Just looking now to see why there are issues with the plugin name.

We would also normally want/expect the developer of a plugin to request verification.

Are they aware? In agreement?

bwp91 commented 11 months ago

/check

github-actions[bot] commented 11 months ago

The following pre-checks failed:

:x: Could not determine plugin name.

Comment /check to run checks again.

bwp91 commented 11 months ago

/check

github-actions[bot] commented 11 months ago

:white_check_mark: Pre-checks completed successfully.

bcullman commented 11 months ago

Hi @bcullman

Just looking now to see why there are issues with the plugin name.

We would also normally want/expect the developer of a plugin to request verification.

Are they aware? In agreement?

hi @bwp91 -

This is my bad. I have not checked with the author, @regaw-leinad, I am simply an enthusiastic user of the plugin. I did take a moment to review the verification process, and it sorta seemed like this plugin would have passed straight out. When it didn't, I should have closed the PR, but I got distracted.

it does seem the pre-check is passing now. I will proceed however you choose.

regaw-leinad commented 11 months ago

Hi @bcullman and @bwp91 - im only just now seeing this - currently traveling. I appreciate you posting this here for verification. I remember I hadn't taken this step yet due to something i felt was missing from the requirements, but I can't quite remember off the top of my head (and while on mobile). I'll sit down and take a look when I get settled.

I'm on board for this as long as it's passing the requirements.

github-actions[bot] commented 11 months ago


Comment /check to run checks again.

bwp91 commented 11 months ago

I'm happy to mark this plugin as verified. There are a couple of items that are technically not satisfied:

The plugin must be of type dynamic platform.

This was a new rule that I implemented to push new developers to creating platform-based plugins. Since this is an established plugin already, happy to waive the rule.

A GitHub release should be created for every new version of your plugin, with release notes.

Please do this in the future! The Homebridge UI displays release notes when a user updates the plugin, and these are pulled from GitHub, so this is the reasoning for this requirement.

@regaw-leinad if you have any questions about this please feel free to reach out 😀

github-actions[bot] commented 11 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!

Thank you for your contribution to the Homebridge Community. https://homebridge.io

regaw-leinad commented 11 months ago

Hey, thanks for this! I just arrived back home and looking into this now

The plugin must be of type dynamic platform.

This was a new rule that I implemented to push new developers to creating platform-based plugins. Since this is an established plugin already, happy to waive the rule.

I do now remember this being the reason I didn't push to verify - I hadn't converted this over to a dynamic plugin. I'll look into this moving forward.

A GitHub release should be created for every new version of your plugin, with release notes.

Please do this in the future! The Homebridge UI displays release notes when a user updates the plugin, and these are pulled from GitHub, so this is the reasoning for this requirement.

Will do!