home-assistant.io/source/_components/hydrawise.markdown
2018-10-03 12:42:57 +02:00

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 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

The hydrawise component allows you to integrate your Hunter Hydrawise Wi-Fi irrigation controller system in Home Assistant.

{% linkable_title Configuration %}

To enable it, add the following to your configuration.yaml file:

# Example configuration.yaml entry
hydrawise:
  access_token: YOUR_API_KEY

{% configuration %} access_token: description: The API KEY assigned to your Hydrawise account. required: true type: string scan_interval: description: The time interval, in seconds, to poll the Hydrawise cloud. required: false type: integer default: 30 {% endconfiguration %}

To get your API access token log into your Hydrawise account and in the 'My Account Details' section under Account Settings click 'Generate API Key'. Enter that key in your configuration file as the API_KEY.

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