1.5 KiB
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 | Irrigation | 0.71 | Cloud Polling |
Before setting up the Hunter Hydrawise binary sensors please follow the instructions for setting up the Hydrawise hub component.
{% linkable_title Configuration %}
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.