mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-16 05:46:52 +00:00
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:
parent
c78ee2e862
commit
50ba16ef1f
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user