From c887f2bef2376d7da336b95242387d4143a07a12 Mon Sep 17 00:00:00 2001 From: Brian Rogers Date: Mon, 18 Mar 2024 10:54:12 -0500 Subject: [PATCH] Update start watering service --- source/_integrations/rachio.markdown | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/source/_integrations/rachio.markdown b/source/_integrations/rachio.markdown index c2a3b3187e1c..a36d7dcbbbb4 100644 --- a/source/_integrations/rachio.markdown +++ b/source/_integrations/rachio.markdown @@ -73,14 +73,14 @@ Once configured, a switch will be added for every zone that is enabled on every ## Services -### Service `rachio.start_single_entity` +### Service `rachio.start_watering` -Allows starting one zone on a sprinkler controller, or any number of smart hose timer valves. To sequentially start multiple zones on a sprinkler controller, use the `start_multiple_zone_schedule` service below. +Allows starting one zone on a sprinkler controller, any number of smart hose timer valves or a schedule. To sequentially start multiple zones on a sprinkler controller, use the `start_multiple_zone_schedule` service below. Service data attribute | Optional | Description | | ---------------------- | -------- | ----------- | -| `entity_id` | no | Individual zone, or multiple smart hose timer valves to run. A smart hose timer base station device can also be selected to run all valves on the given base. -| `duration` | no | Duration in minutes to run the zone or valves. +| `entity_id` | no | Individual zone, schedule or multiple smart hose timer valves to run. A smart hose timer base station device can also be selected to run all valves on the given base. +| `duration` | yes | Duration in minutes to run the zone or valves. Leave empty for schedules.
The services below only apply to sprinkler controllers and will not be shown if only smart hose timers are on the account.