Add Rachio zone moisture service. (#14263)

* Add Rachio service description

* ✏️ Tweak

Co-authored-by: Klaas Schoute <klaas_schoute@hotmail.com>
This commit is contained in:
Brian Rogers 2020-08-22 03:46:34 -04:00 committed by GitHub
parent c78ee2e862
commit 50ba16ef1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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