From ae77bb42990bf64a04e645357ebf3f8ed68ef5d8 Mon Sep 17 00:00:00 2001 From: Klaas Schoute Date: Sun, 28 Oct 2018 12:21:03 +0100 Subject: [PATCH] Update Rachio component configuration (#7180) * Update Rachio component configuration * Minor change --- source/_components/rachio.markdown | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/source/_components/rachio.markdown b/source/_components/rachio.markdown index 93b0c18b724..809d801be9d 100644 --- a/source/_components/rachio.markdown +++ b/source/_components/rachio.markdown @@ -29,13 +29,24 @@ To add this platform to your installation, add the following to your `configurat ```yaml # Example configuration.yaml entry rachio: - api_key: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx + api_key: YOUR_API_KEY ``` -Configuration variables: - -- **api_key** (*Required*): The API key for the Rachio account. -- **manual_run_mins** (*Optional*): For how long, in minutes, to turn on a station when the switch is enabled. Defaults to 10 minutes. +{% configuration %} +api_key: + description: The API key for the Rachio account. + required: true + type: string +hass_url_override: + description: If your instance is unaware of its actual web location (`base_url`). + required: false + type: string +manual_run_mins: + description: For how long, in minutes, to turn on a station when the switch is enabled. + required: false + default: 10 + type: integer +{% endconfiguration %}

**Water-saving suggestion:**