mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-03 01:28:58 +00:00
1.1 KiB
1.1 KiB
layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_release
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: YOUR_USERNAME
password: YOUR_PASSWORD
{% configuration %} username: description: The username for accessing your Melnor RainCloud account. required: true type: string password: description: The password for accessing your Melnor RainCloud account. required: true type: string {% endconfiguration %}
Finish its configuration by visiting the Raincloud binary sensor, Raincloud sensor and Raincloud switch documentation.