You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/_components/nest.markdown
+5-22Lines changed: 5 additions & 22 deletions
Original file line number
Diff line number
Diff line change
@@ -12,27 +12,13 @@ ha_category: Hub
12
12
featured: true
13
13
---
14
14
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.
16
16
17
17
```yaml
18
18
# Example configuration.yaml entry
19
19
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
36
22
```
37
23
38
24
```yaml
@@ -43,13 +29,10 @@ nest:
43
29
structure:
44
30
- Vacation
45
31
- Primary
46
-
47
-
climate:
48
-
platform: nest
49
32
```
50
33
51
34
Configuration variables:
52
35
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.
55
38
- **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