Brian Harwell dffdea2d01 Update rachio.markdown (#5786)
* Update rachio.markdown

I didn't know there were additional steps in order to see and and interact with my Rachio system.

* Update URLs
2018-07-14 10:30:17 +02:00

1.2 KiB

layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_iot_class, ha_release
layout title description date sidebar comments sharing footer logo ha_category ha_iot_class ha_release
page Rachio Instructions on how to use Rachio with Home Assistant. 2018-06-23 16:04 true false true true rachio.png Hub Cloud Push 0.73

The rachio platform allows you to control your Rachio irrigation system.

{% linkable_title Getting your Rachio API Key %}

  1. Log in at https://app.rach.io/.
  2. Click the "Account Settings" menu item at the bottom of the left sidebar
  3. Click "Get API Key"
  4. Copy the API key from the dialog that opens.

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

# Example configuration.yaml entry
rachio:
  api_key: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx

Follow the instructions on Rachio Binary Sensor or Rachio Switch to add Rachio platforms.

{% linkable_title iFrame %}

If you would like to see and control more detailed zone information, create an iFrame that renders the Rachio web app.

panel_iframe:
  rachio:
    title: Rachio
    url: "https://app.rach.io"
    icon: mdi:water-pump