From 8780ea94728070c1132f89f970751edf641e1fde Mon Sep 17 00:00:00 2001 From: David Knowles Date: Wed, 31 Jul 2024 08:00:11 -0400 Subject: [PATCH] Update Hydrawise sensor documentation (#34033) * Update Hydrawise sensor documentation * Correct watering_time sensor documentation --- source/_integrations/hydrawise.markdown | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/source/_integrations/hydrawise.markdown b/source/_integrations/hydrawise.markdown index 247429010e1..677ffec2189 100644 --- a/source/_integrations/hydrawise.markdown +++ b/source/_integrations/hydrawise.markdown @@ -42,21 +42,25 @@ There is currently support for the following device types within Home Assistant: Binary sensor entities are created for the controller: - Cloud API availability +- Rain sensor moisture detection (if a rain sensor is attached to the controller) -{% note %} -The Hydrawise API removed the ability to read the rain sensor status. Therefore it is no longer supported by the Hydrawise integration to Home Assistant. -{% endnote %} - -Binary sensor entities are created for each zone: +Binary sensor entities are created for each irrigation zone: - Running status ## Sensor -Sensor entities are added to each zone: +Sensor entities are created for the controller: + +- Daily total water use (if a flow sensor is attached to the controller) +- Daily active water use (if a flow sensor is attached to the controller) +- Daily inactive water use (if a flow sensor is attached to the controller) + +Sensor entities are created for each irrigation zone: - Timestamp for the next scheduled automatic watering cycle -- Remaining time for the current watering cycle +- Remaining time (in minutes) for the current watering cycle +- Daily active water use for the zone (if a flow sensor is attached to the irrigation zone) ## Switch