mirror of
https://github.com/mtan93/homebridge.git
synced 2026-05-11 06:16:08 +01:00
Version bump to v0.2.15
Fix link to searching NPM for plugins—the old "correct" method of searching for specific keywords doesn't work when the results span multiple pages (see https://github.com/npm/newww/issues/1630). This way requires more clicking but actually allows you to discover all known plugins.
This commit is contained in:
@@ -13,7 +13,7 @@ Since Siri supports devices added through HomeKit, this means that with Homebrid
|
|||||||
* _Siri, turn on the living room lights._
|
* _Siri, turn on the living room lights._
|
||||||
* _Siri, good morning!_
|
* _Siri, good morning!_
|
||||||
|
|
||||||
You can explore all available plugins at the NPM website by [searching for the keyword `homebridge-plugin`](https://www.npmjs.com/browse/keyword/homebridge-plugin).
|
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).
|
||||||
|
|
||||||
# Community
|
# Community
|
||||||
|
|
||||||
@@ -71,7 +71,7 @@ You install Plugins the same way you installed Homebridge - as a global NPM modu
|
|||||||
|
|
||||||
sudo npm install -g homebridge-lockitron
|
sudo npm install -g homebridge-lockitron
|
||||||
|
|
||||||
You can explore all available plugins at the NPM website by [searching for the keyword `homebridge-plugin`](https://www.npmjs.com/browse/keyword/homebridge-plugin).
|
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).
|
||||||
|
|
||||||
**IMPORTANT**: Many of the plugins that Homebridge used to include with its default installation have been moved to the single plugin [homebridge-legacy-plugins](https://www.npmjs.com/package/homebridge-legacy-plugins).
|
**IMPORTANT**: Many of the plugins that Homebridge used to include with its default installation have been moved to the single plugin [homebridge-legacy-plugins](https://www.npmjs.com/package/homebridge-legacy-plugins).
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "homebridge",
|
"name": "homebridge",
|
||||||
"description": "HomeKit support for the impatient",
|
"description": "HomeKit support for the impatient",
|
||||||
"version": "0.2.14",
|
"version": "0.2.15",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "DEBUG=* ./bin/homebridge -D -P example-plugins/ || true"
|
"dev": "DEBUG=* ./bin/homebridge -D -P example-plugins/ || true"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user