diff --git a/README.md b/README.md index f630bb0..2421444 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # homebridge-nest -Nest plug-in for [Homebridge](https://github.com/nfarina/homebridge) using the native Nest API. +Nest plug-in for [Homebridge](https://github.com/nfarina/homebridge) using the native Nest API. See what's new in [release 3.2.2](https://github.com/chrisjshull/homebridge-nest/releases/tag/v3.2.2). Integrate your Nest Thermostat (including Nest Temperature Sensors) and Nest Protect devices into your HomeKit system. **homebridge-nest no longer uses the 'Works With Nest' API and will be unaffected by its shutdown in August 2019.** @@ -7,9 +7,9 @@ Currently, homebridge-nest supports Nest Thermostat and Nest Protect devices. Ca # Installation - + 1. Install homebridge using: `npm install -g homebridge` -2. Clone (or pull) this repository from github into the same path Homebridge lives (usually `/usr/local/lib/node_modules`). Note: the code currently on GitHub is in beta, and is newer than the latest published version of this package on `npm` +2. Install this plug-in using: `npm install -g homebridge-nest` 3. Update your configuration file. See `sample-config.json` snippet below. You will need your Nest account email address and password - the same credentials you use with the Nest app. A 'Works With Nest' developer account and tokens are not required.