homebridge / homebridge-config-ui-x

The Homebridge UI. Monitor, configure and backup Homebridge from a browser.
https://homebridge.io
MIT License
2.61k stars 373 forks source link

support plugins with dots in their @scope #2171

Closed gtalusan closed 1 month ago

gtalusan commented 1 month ago

:recycle: Current situation

I'm writing a plugin and my npm @scope has a '.' in it. Homebridge won't load it.

:bulb: Proposed solution

Changing PLUGIN_IDENTIFIER_PATTERN and friends to include a period in the regex.

:gear: Release Notes

Support plugins with dots in their https://github.com/scope

:heavy_plus_sign: Additional Information

N/A

Testing

Reviewer Nudging