Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add documentation for Hydrawise valves #32489

Open
wants to merge 1 commit into
base: next
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
9 changes: 9 additions & 0 deletions source/_integrations/hydrawise.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ ha_category:
- Irrigation
- Sensor
- Switch
- Valve
ha_config_flow: true
ha_release: 0.71
ha_iot_class: Cloud Polling
Expand All @@ -17,6 +18,7 @@ ha_platforms:
- binary_sensor
- sensor
- switch
- valve
ha_integration_type: integration
---

Expand All @@ -27,6 +29,7 @@ There is currently support for the following device types within Home Assistant:
- [Binary sensor](#binary-sensor)
- [Sensor](#sensor)
- [Switch](#switch)
- [Valve](#valve)

## Prerequisites

Expand Down Expand Up @@ -76,3 +79,9 @@ When `manual_watering` is `on` the zone will run for the amount of time set by `
<div class='note warning'>
Due to changes in the Hydrawise API the status of the Auto Watering switches has changed. Under normal conditions the Auto Watering switches correctly reflect the Smart Watering schedule on the Hydrawise mobile or web app. However, if a rain sensor is connected to the system and it is active (rain detected), or the zone is running the Auto Watering switch will turn off. After both of those conditions are removed the switch will again show the correct Auto Watering condition.
</div>

## Valve

A valve is added for each zone allowing manual control of zone watering.

When a zone's valve is opened through Home Assistant, it will have an automatic shutoff time set to the zone's default watering duration configured in the Hydrawise [mobile or web app](https://www.hydrawise.com).