1.1 KiB
1.1 KiB
layout | title | description | date | sidebar | comments | sharing | footer | logo | ha_category | featured |
---|---|---|---|---|---|---|---|---|---|---|
page | Nest | Instructions how to integrate Nest into Home Assistant. | 2016-01-29 21:57 | true | false | true | true | nest.png | Hub | true |
The Nest component is the main component to integrate all Nest related platforms. To connect Nest, you will have to sign up for a developer account and get a client_id and client_secret.
# Example configuration.yaml entry
nest:
client_id: ABCD
client_secret: ABCD
# Example configuration.yaml entry to show only devices at your vacation and primary homes
nest:
username: USERNAME
password: PASSWORD
structure:
- Vacation
- Primary
Configuration variables:
- client_id (Required): Your Nest developer client id.
- client_secret (Required): Your Nest developer client secret.
- structure (Optional): The structure or structures you would like to include devices from. If not specified, this will include all structures in your Nest account.