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
+4-4
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ nest:
20
20
username: USERNAME
21
21
password: PASSWORD
22
22
23
-
thermostat:
23
+
climate:
24
24
platform: nest
25
25
```
26
26
@@ -31,7 +31,7 @@ nest:
31
31
password: PASSWORD
32
32
structure: Vacation
33
33
34
-
thermostat:
34
+
climate:
35
35
platform: nest
36
36
```
37
37
@@ -44,12 +44,12 @@ nest:
44
44
- Vacation
45
45
- Primary
46
46
47
-
thermostat:
47
+
climate:
48
48
platform: nest
49
49
```
50
50
51
51
Configuration variables:
52
52
53
53
- **username** (*Required*): Your Nest username.
54
54
- **password** (*Required*): Your Nest password.
55
-
- **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.
55
+
- **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