mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-02 01:07:36 +00:00
1.2 KiB
1.2 KiB
layout | title | description | date | sidebar | comments | sharing | footer | logo | ha_category | ha_release | ha_iot_class |
---|---|---|---|---|---|---|---|---|---|---|---|
page | Melnor Raincloud Binary Sensor | Instructions on how to integrate your Melnor Raincloud sprinkler system within Home Assistant. | 2017-09-04 10:00 | true | false | true | true | raincloud.jpg | Irrigation | 0.55 | Cloud Polling |
To get your Melnor RainCloud binary sensors working within Home Assistant, please follow the instructions for the general Raincloud component.
{% linkable_title Configuration %}
Once you have enabled the Raincloud component, add the following to your configuration.yaml
file:
# Example configuration.yaml entry
binary_sensor:
- platform: raincloud
{% configuration %} monitored_conditions: description: Conditions to display in the frontend. The following conditions can be monitored. required: false type: list default: If not specified,, all conditions below will be enabled keys: is_watering: description: Return if is currently watering per zone. status: description: Return status from the Melnor RainCloud Controller and Melnor RainCloud Faucet. {% endconfiguration %}