
* Added documentation for Hydrawise component. * Changed default scan time to 30. * Update release information.
1.4 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 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 | Sensor | 0.71 | Cloud Polling |
Before setting up the Hunter Hydrawise 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
sensor:
- platform: hydrawise
{% configuration %}
monitored_conditions:
description: The sensors that should be displayed on the frontend.
required: false
type: list
default: All sensors are enabled.
keys:
watering_time:
description: The amount of time left if the zone is actively watering. Otherwise the time is 0.
next_cycle:
description: The day and time when the next scheduled automatic watering cycle will start. If the zone is suspended then the value will be NS
to indicate Not Scheduled.
{% endconfiguration %}
Finish the configuration by visiting the Hydrawise binary sensor and Hydrawise switch documentation.