homebridge 1.4.1-beta.5 → 1.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -26
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -51,32 +51,6 @@ The [Homebridge Wiki](https://github.com/homebridge/homebridge/wiki) contains st
|
|
|
51
51
|
* [Setup Homebridge on Docker (Linux)](https://github.com/homebridge/homebridge/wiki/Install-Homebridge-on-Docker)
|
|
52
52
|
* [Other Platforms](https://github.com/homebridge/homebridge/wiki/Other-Platforms)
|
|
53
53
|
|
|
54
|
-
On other platforms, ensure you have **Node.js v10.17.0** or later installed and run:
|
|
55
|
-
|
|
56
|
-
```shell
|
|
57
|
-
sudo npm install -g --unsafe-perm homebridge
|
|
58
|
-
```
|
|
59
|
-
|
|
60
|
-
Then start Homebridge in your terminal window by running:
|
|
61
|
-
|
|
62
|
-
```shell
|
|
63
|
-
homebridge
|
|
64
|
-
```
|
|
65
|
-
|
|
66
|
-
## Installing Plugins
|
|
67
|
-
|
|
68
|
-
Plugins are Node.js modules published through NPM and tagged with the keyword `homebridge-plugin`. They must have a name with the prefix `homebridge-`, like **homebridge-mysmartlock**.
|
|
69
|
-
|
|
70
|
-
Plugins can publish Accessories and/or Platforms. Accessories are individual devices, like a smart switch or a garage door. Platforms act like a single device but can expose a set of devices, like a house full of smart lightbulbs.
|
|
71
|
-
|
|
72
|
-
You install Plugins using the [Homebridge UI](https://github.com/oznu/homebridge-config-ui-x), or the same way you installed Homebridge - as a global NPM module. For example:
|
|
73
|
-
|
|
74
|
-
```shell
|
|
75
|
-
sudo npm install -g homebridge-dummy
|
|
76
|
-
```
|
|
77
|
-
|
|
78
|
-
You can explore all available plugins at the NPM website by [searching for the keyword `homebridge-plugin`](https://www.npmjs.com/search?q=homebridge-plugin).
|
|
79
|
-
|
|
80
54
|
## Adding Homebridge to iOS
|
|
81
55
|
|
|
82
56
|
1. Open the Home <img src="https://user-images.githubusercontent.com/3979615/78010622-4ea1d380-738e-11ea-8a17-e6a465eeec35.png" height="16.42px"> app on your device.
|