Skip to content

Commit d1f5755

Browse files
committed
Update nest docs
1 parent fb6814d commit d1f5755

File tree

1 file changed

+5
-22
lines changed

1 file changed

+5
-22
lines changed

source/_components/nest.markdown

Lines changed: 5 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -12,27 +12,13 @@ ha_category: Hub
1212
featured: true
1313
---
1414

15-
The Nest component is the main component to integrate all [Nest](https://nest.com/) related platforms. Besides this component you will have to setup your thermostat and any connected sensors separately.
15+
The Nest component is the main component to integrate all [Nest](https://nest.com/) related platforms. To connect Nest, you will have to [sign up for a developer account](https://developers.nest.com/products) and get a client_id and client_secret.
1616

1717
```yaml
1818
# Example configuration.yaml entry
1919
nest:
20-
username: USERNAME
21-
password: PASSWORD
22-
23-
climate:
24-
platform: nest
25-
```
26-
27-
```yaml
28-
# Example configuration.yaml entry to show only devices at your vacation home
29-
nest:
30-
username: USERNAME
31-
password: PASSWORD
32-
structure: Vacation
33-
34-
climate:
35-
platform: nest
20+
client_id: ABCD
21+
client_secret: ABCD
3622
```
3723
3824
```yaml
@@ -43,13 +29,10 @@ nest:
4329
structure:
4430
- Vacation
4531
- Primary
46-
47-
climate:
48-
platform: nest
4932
```
5033
5134
Configuration variables:
5235
53-
- **username** (*Required*): Your Nest username.
54-
- **password** (*Required*): Your Nest password.
36+
- **client_id** (*Required*): Your Nest developer client id.
37+
- **client_secret** (*Required*): Your Nest developer client secret.
5538
- **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.

0 commit comments

Comments
 (0)