Skip to content

How To Test Upcoming Changes

Ben edited this page Oct 31, 2023 · 5 revisions

Current Versions

Manage Stable Version

Using Homebridge UI:

You can install the latest version via the UI directly:

install-alternate-version

Using Command Line:

To install the latest version:

$ sudo npm install -g --unsafe-perm homebridge-config-ui-x@latest

Restart Homebridge to take effect.

To install a different version of Homebridge UI, replace the 4.50.0 with the version you wish to install. See past releases of Homebridge on npmjs.com.

$ sudo npm install -g --unsafe-perm [email protected]

Manage Beta Version

Using Homebridge UI:

You can use the same method as above.

Using Command Line:

$ sudo npm install -g --unsafe-perm homebridge-config-ui-x@beta

Restart Homebridge to take effect.

Updates

If you are currently running a beta version of Homebridge UI you will receive an update notification in the Homebridge UI when a new stable or beta build is released.

Clone this wiki locally