Skip to content

Commit

Permalink
Release 3.2.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
adriancable committed Jul 30, 2019
1 parent d9fa84e commit 2d9c177
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# homebridge-nest
Nest plug-in for [Homebridge](https://github.com/nfarina/homebridge) using the native Nest API. <!-- See what's new in [release 3.2.1](https://github.com/chrisjshull/homebridge-nest/releases/tag/v3.2.1). -->
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.**

Currently, homebridge-nest supports Nest Thermostat and Nest Protect devices. Camera and Nest Secure/Detect support may come later. (I don't currently own those devices.)

# Installation

<!-- 2. Install this plug-in using: `npm install -g homebridge-nest` -->
<!-- 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` -->
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.
Expand Down

0 comments on commit 2d9c177

Please sign in to comment.