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
+26Lines changed: 26 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -58,3 +58,29 @@ Configuration variables:
58
58
- **client_id** (*Required*): Your Nest developer client ID.
59
59
- **client_secret** (*Required*): Your Nest developer client secret.
60
60
- **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.
61
+
62
+
### {% linkable_title Services %}
63
+
64
+
Currently there is a single `nest.set_mode` service available to switch between
65
+
"away"and "home" modes. This service requires a `home_mode` param and has an
66
+
optional `structure` param.
67
+
68
+
```yaml
69
+
# Example script to set away, no structure specified so will execute for all
0 commit comments