-
-
Notifications
You must be signed in to change notification settings - Fork 0
Beta Version
Ben edited this page Jul 19, 2026
·
1 revision
Sometimes fixes and new features are trialled in a beta version of the plugin before they are released to everyone. If you have been asked on a GitHub issue to try a beta version (or you just want the newest changes early), here is how.
-
Beta versions are published to npm on the
betatag, with version numbers like1.2.3-beta.0 -
The current beta version (if there is one newer than the release) is shown here:
- Go to the 'Plugins' page
- Click the wrench icon on the plugin and choose 'Manage Version'
- Select the version labelled
betaand click 'Install' - Restart Homebridge when prompted
sudo npm i -g @homebridge-plugins/homebridge-meater@betaUse the same 'Manage Version' screen and select the latest version, or run:
sudo npm i -g @homebridge-plugins/homebridge-meater@latest- After a fix is released properly, old beta versions are deprecated on npm - you may see a deprecation notice in your logs or the UI, which simply means it is time to move back to the
latestversion. - If you are testing a fix, it often helps to also capture debug logs: enable Homebridge debug mode (Homebridge UI → Settings → Log Settings → debug level) and restart.
Setup
Help/About