Skip to content

Commit

Permalink
4.41.3
Browse files Browse the repository at this point in the history
  • Loading branch information
oznu committed Nov 25, 2021
1 parent 66d94cf commit 58c98a7
Show file tree
Hide file tree
Showing 4 changed files with 18,275 additions and 30 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node-version: [10.x, 11.x, 12.x, 13.x, 14.x, 15.x, 16.x]
node-version: [12.x, 13.x, 14.x, 15.x, 16.x]
include:
- os: macos-latest
node-version: 14.x
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ This shows you the Homebridge accessories for all the Homebridge instances on yo

# Supported Browsers

The following browsers are supported by this plugin:
The following browsers are supported by the Homebridge UI:

* Chrome - latest
* Edge - latest
Expand All @@ -90,9 +90,9 @@ MS Internet Explorer (any version) is not supported!

# Supported Node.js and Npm Versions

While this plugin should work on Node.js 8+, only the following versions of Node.js are officially supported:
While the Homebridge UI should work on Node.js 10+, only the following versions of Node.js are officially supported:

* node v10.17.0 or higher
* node v12.13.0 or higher
* npm v6.4.1 or higher

You can check your current versions using these commands:
Expand All @@ -113,7 +113,7 @@ Please see [CONTRIBUTING.md](CONTRIBUTING.md).

#### 1. Errors during installation

Make sure you installed the package with `sudo` and used the `--unsafe-perm` flag. Most installation errors can be fixed by removing the plugin and reinstalling:
Make sure you installed the package with `sudo` and used the `--unsafe-perm` flag. Most installation errors can be fixed by removing the Homebridge UI and reinstalling:

```shell
# cleanup
Expand All @@ -131,7 +131,7 @@ If the Accessories tab is not shown then you are not running Homebridge in insec

#### 3. Running in Docker

This plugin supports the [oznu/homebridge](https://github.com/oznu/docker-homebridge) Docker image. You must enable the UI using the method described in [the wiki](https://github.com/oznu/homebridge-config-ui-x/wiki/Enabling-UI-with-Docker).
The Homebridge UI supports the [oznu/homebridge](https://github.com/oznu/docker-homebridge) Docker image. You must enable the UI using the method described in [the wiki](https://github.com/oznu/homebridge-config-ui-x/wiki/Enabling-UI-with-Docker).

#### 4. Ask on Discord

Expand Down
Loading

0 comments on commit 58c98a7

Please sign in to comment.