Nest updates (#1540)

* Revise and clarify some of the Nest documentation

* Update binary sensor configuration

* Update nest sensor docs. normalize language with binary sensor

* update climate for nest

* wordsmith

* Indicate camera will automatically be setup
This commit is contained in:
Josh Nichols 2016-12-05 02:53:35 -05:00 committed by Fabian Affolter
parent a98e3afb0d
commit 7e251a6e2a
5 changed files with 58 additions and 67 deletions

View file

@ -16,21 +16,21 @@ The Nest component is the main component to integrate all [Nest](https://nest.co
### {% linkable_title Setting up developer account %}
1. Log into [https://developers.nest.com/](https://developers.nest.com/)
2. Fill in account details
- The compnay details can be any made up information.
1. Visit [Nest Developers](https://developers.nest.com/), and sign in. Create an account if you don't have one already.
2. Fill in account details:
- The "Company Information" can be anything. We recommend using your name.
3. Submit changes
4. Click "[Products](https://developers.nest.com/products)" at top of page
5. Click "[Create New Product](https://developers.nest.com/products/new)" to start a new api client
6. Fill in details
- Product name must be unique. I recommend [email] - Home Assistant.
- The description, users, urls can all be anything you want
4. Click "[Products](https://developers.nest.com/products)" at top of page.
5. Click "[Create New Product](https://developers.nest.com/products/new)"
6. Fill in details:
- Product name must be unique. We recommend [email] - Home Assistant.
- The description, users, urls can all be anything you want.
7. For permissions check every box and if it's an option select the read/write option.
- The description requires a specific format to be accepted.
- Use "[Home Assistant] [Edit] [For Home Automation]" as the description as it is not super important.
8. Click "Create Product"
9. Once the new product page opens the "Product ID" and "Product Secret" are located on the right side.
10. After these configs are updated and Home Assistant is started a configurator will pop up asking you to log in and copy a authorization code into Home Assistant.
9. Once the new product page opens the "Product ID" and "Product Secret" are located on the right side. These will be used as `client_id` and `client_secret` below.
10. Once Home Assistant is started, a configurator will pop up asking you to log into your Nest account and copy a PIN code into Home Assistant.
### {% linkable_title Configuration %}