home-assistant.io/source/_components/raincloud.markdown
Marcelo Moreira de Mello f2373f8eae Added initial documentation to Melnor Raincloud component (#3304)
* Added initial documentation to Melnor Raincloud component

* Added scan interval option on the docs

* Upgraded Raincloud docs to release 0.54

* Upgraded Raincloud docs to release 0.55

* Moved watering_minutes to switch componenet
2017-09-29 14:56:06 +02:00

1.1 KiB

layout title description date sidebar comments sharing footer logo ha_category ha_release
page Melnor Raincloud Instructions on how to integrate your Melnor Raincloud sprinkler system within Home Assistant. 2017-09-04 10:00 true false true true raincloud.jpg Hub 0.55

The raincloud component allows you to integrate your Melnor RainCloud sprinkler system in Home Assistant.

To enable it, add the following to your configuration.yaml file:

# Example configuration.yaml entry

raincloud:
  username: you@example.com
  password: secret

Configuration variables:

  • username (Required): The username for accessing your Melnor RainCloud account.
  • password (Required): The password for accessing your Melnor RainCloud account.
  • scan_interval (Optional): Defines the update interval of the sensor in seconds. Defaults to 20seconds.

Finish its configuration by visiting the Raincloud binary sensor, Raincloud sensor and Raincloud switch documentation.