From 50ba16ef1f12fa23d5fcb4d36d744827a1e6e9df Mon Sep 17 00:00:00 2001 From: Brian Rogers Date: Sat, 22 Aug 2020 03:46:34 -0400 Subject: [PATCH] Add Rachio zone moisture service. (#14263) * Add Rachio service description * :pencil2: Tweak Co-authored-by: Klaas Schoute --- source/_integrations/rachio.markdown | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/source/_integrations/rachio.markdown b/source/_integrations/rachio.markdown index 26a0dc764f3..3afbbc96ff9 100644 --- a/source/_integrations/rachio.markdown +++ b/source/_integrations/rachio.markdown @@ -78,6 +78,19 @@ The `rachio` switch platform allows you to toggle zones and schedules connected Once configured, a switch will be added for every zone that is enabled on every controller in the account provided and a switch to start or stop every schedule on a controller. There will also be a switch to toggle each controller's standby mode, as well as to activate a 24 hour rain delay on the device. +## Service + +Rachio has one service that allows for setting the moisture percentage of a zone or group of zones. As Rachio only uses moisture levels for zones in a Flex Daily schedule, this service is only available when at least one zone is part of a Flex Daily schedule. + +### Service `rachio.set_zone_moisture_percent` + +Set the zone moisture percentage for a zone or group of zones. + +| Service data attribute | Optional | Description | +| ---------------------- | -------- | ----------- | +| `entity_id` | no | String, list or group of zones to set moisture percentage. +| `percent` | no | Integer of the desired moisture percentage. Accepts 0-100. + ## Examples In this section, you find some real-life examples of how to use this switch.