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/switch.rachio.markdown
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -9,18 +9,18 @@ sharing: true
9
9
footer: true
10
10
logo: rachio.png
11
11
ha_category: Switch
12
-
ha_iot_class: "Local Polling"
12
+
ha_iot_class: "Cloud Polling"
13
13
ha_release: 0.46
14
14
---
15
15
16
-
The `rachio` switch platform allows you to control your [Rachio irrigations system](http://rachio.com/).
16
+
The `rachio` switch platform allows you to control your [Rachio irrigation system](http://rachio.com/).
17
17
18
18
## {% linkable_title Getting your Rachio API Access Token %}
19
19
20
-
- Log in at [https://app.rach.io/](https://app.rach.io/).
21
-
- Click the user button at the top right.
22
-
- Click API Access Token.
23
-
- Copy the API access token from the dialog that opens.
20
+
1. Log in at [https://app.rach.io/](https://app.rach.io/).
21
+
1. Click the user button at the top right.
22
+
1. Click API Access Token.
23
+
1. Copy the API access token from the dialog that opens.
24
24
25
25
To add this platform to your installation, add the following to your `configuration.yaml` file:
26
26
@@ -33,7 +33,7 @@ switch:
33
33
34
34
Configuration variables:
35
35
36
-
- **access_token** (*Required): Your Rachio API Access Token.
36
+
- **access_token** (*Required*): Your Rachio API Access Token.
37
37
- **manual_run_mins** (*Optional*): For how long, in minutes, to turn on a station when the switch is enabled. Defaults to 10 minutes.
38
38
39
39
## {% linkable_title Examples %}
@@ -74,7 +74,7 @@ zones_back:
74
74
75
75
### {% linkable_title iFrame %}
76
76
77
-
If you would like to see the Rachio details then create an [iFrame](/components/panel_iframe/) that contains the information accessible through your panel.
77
+
If you would like to see and control more detailed zone information, create an [iFrame](/components/panel_iframe/) that renders the Rachio web app.
0 commit comments