Skip to content

Commit e10aa94

Browse files
Klikinifabaff
authored andcommitted
Correct and clarify Rachio switch documentation (home-assistant#2798)
1 parent 7437259 commit e10aa94

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

source/_components/switch.rachio.markdown

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,18 @@ sharing: true
99
footer: true
1010
logo: rachio.png
1111
ha_category: Switch
12-
ha_iot_class: "Local Polling"
12+
ha_iot_class: "Cloud Polling"
1313
ha_release: 0.46
1414
---
1515

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/).
1717

1818
## {% linkable_title Getting your Rachio API Access Token %}
1919

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.
2424

2525
To add this platform to your installation, add the following to your `configuration.yaml` file:
2626

@@ -33,7 +33,7 @@ switch:
3333
3434
Configuration variables:
3535
36-
- **access_token** (*Required): Your Rachio API Access Token.
36+
- **access_token** (*Required*): Your Rachio API Access Token.
3737
- **manual_run_mins** (*Optional*): For how long, in minutes, to turn on a station when the switch is enabled. Defaults to 10 minutes.
3838
3939
## {% linkable_title Examples %}
@@ -74,7 +74,7 @@ zones_back:
7474

7575
### {% linkable_title iFrame %}
7676

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.
7878

7979
```yaml
8080
panel_iframe:

0 commit comments

Comments
 (0)