diff --git a/README.md b/README.md index f313a75..c234d28 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,12 @@ Homebridge has recently spun off its included accessories into a new module [homebridge-legacy-plugins](https://github.com/nfarina/homebridge-legacy-plugins). Please do not open any issues related to specific devices in this repository; go there instead. +If you were using Homebridge previously and just want to get back up and running as quickly as possible, you can install the `homebridge-legacy-plugins` plugin which contains integrations for popular devices like Nest, WeMo, Sonos, Hue, and many more. After installing Homebridge (see "Installation" below), simply install the legacy plugins module: + + npm install -g homebridge-legacy-plugins + +Note that our long-term goal is for authors of those original integrations to create their own plugins and Github repositories, so we can eventually shut down the Legacy Plugins repository. + # Homebridge Homebridge is a lightweight NodeJS server you can run on your home network that emulates the iOS HomeKit API. It supports Plugins, which are community-contributed modules that provide a basic bridge from HomeKit to various 3rd-party APIs provided by manufacturers of "smart home" devices. diff --git a/package.json b/package.json index f37c41c..d17f5a2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "homebridge", "description": "HomeKit support for the impatient", - "version": "0.2.6", + "version": "0.2.7", "scripts": { "dev": "DEBUG=* ./bin/homebridge -D -P example-plugins/ || true" },