mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-03 17:48:59 +00:00
38 lines
1.1 KiB
Markdown
38 lines
1.1 KiB
Markdown
---
|
|
layout: page
|
|
title: "Melnor Raincloud"
|
|
description: "Instructions on how to integrate your Melnor Raincloud sprinkler system within Home Assistant."
|
|
date: 2017-09-04 10:00
|
|
sidebar: true
|
|
comments: false
|
|
sharing: true
|
|
footer: true
|
|
logo: raincloud.jpg
|
|
ha_category: Hub
|
|
ha_release: 0.55
|
|
---
|
|
|
|
The `raincloud` component allows you to integrate your [Melnor RainCloud](https://wifiaquatimer.com) sprinkler system in Home Assistant.
|
|
|
|
To enable it, add the following to your `configuration.yaml` file:
|
|
|
|
```yaml
|
|
# 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](/components/binary_sensor.raincloud/), [Raincloud sensor](/components/sensor.raincloud/) and [Raincloud switch](/components/switch.raincloud/) documentation.
|