homebridge / verified

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

homebridge-shortcuts-buttons #723

Closed duddu closed 4 months ago

duddu commented 5 months ago

Plugin Name

homebridge-shortcuts-buttons

Link To GitHub Repo

https://github.com/duddu/homebridge-shortcuts-buttons

Plugin Icon (Optional)

icon100

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

🟢 Yes

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

Thanks for your time folks (and your beautiful work).

Please let me know any feedback/remark, I'll be happy to amend where needed.

Cheers, Davide

github-actions[bot] commented 5 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.

duddu commented 5 months ago

/check

github-actions[bot] commented 5 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.

bwp91 commented 5 months ago

Hi @duddu

thanks for the request and mentioning the currently verified homebridge-button-platform plugin. Noted that this plugin is marked as archived on github.

Would you consider your plugin a total replacement for this one? is there anything helpful that the other plugin can do which yours cannot?

github-actions[bot] commented 5 months ago
duddu commented 5 months ago

hey @bwp91, thanks for picking this up! I was actually mentioning https://github.com/kylewhirl/homebridge-shortcuts#readme (which is marked as not working); the archived plugin repo you mention, homebridge-button-platform, is not strictly related as it creates virtual buttons to be triggered by http requests. This plugin instead just runs existing apple shortcuts on the homebridge host.

duddu commented 5 months ago

btw @bwp91 sorry I just noticed that the non-working plugin I was mentioning is not even verified -- so yeah just to confirm I don't believe there is any verified plugin that handles apple shortcuts as far as I can tell. thanks again for your time

duddu commented 4 months ago

Have you got any update on this @bwp91? Is there any info I can provide/ action I can take to speed this up? Thank you in advance

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.

duddu commented 4 months ago

thank you!