home-assistant.io/source/_components/binary_sensor.hydrawise.markdown
David Ryan 9721e8c1a7 Add documentation for Hydrawise component (#5234)
* Added documentation for Hydrawise component.

* Changed default scan time to 30.

* Update release information.
2018-05-27 07:49:55 +02:00

1.5 KiB

layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_release, ha_iot_class
layout title description date sidebar comments sharing footer logo ha_category ha_release ha_iot_class
page Hunter Hydrawise Binary Sensor Instructions on how to integrate your Hunter Hydrawise Wi-Fi irrigation control system within Home Assistant. 2018-04-11 08:02 true false true true hydrawise_logo.png Binary Sensor 0.71 Cloud Polling

Before setting up the Hunter Hydrawise binary sensors please follow the instructions for setting up the Hydrawise hub component.

Once you have enabled the hydrawise component, add the following to your configuration.yaml file:

# Example configuration.yaml entry
binary_sensor:
  - platform: hydrawise

{% configuration %} monitored_conditions: description: The binary sensors that should be displayed on the frontend. required: false type: list default: All binary sensors are enabled. keys: is_watering: description: The binary sensor is on when the zone is actively watering. rain_sensor: description: Is on when the rain_sensor (if installed on the controller) is active (wet). status: description: This will indicate on when there is a connection to the Hydrawise cloud. It is not an indication of whether the irrigation controller hardware is online. {% endconfiguration %}

Finish the configuration by visiting the Hydrawise sensor and Hydrawise switch documentation.