Add stop service to Rachio (#18668)

This commit is contained in:
Adam Ernst 2021-08-03 16:52:12 -05:00 committed by GitHub
parent 9a759aba06
commit c0d32dcf27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -144,6 +144,14 @@ This service will not be available if only a Generation 1 controller is on the a
| ---------------------- | -------- | ----------- |
| `devices` | yes | Name of the controller(s) to resume. If not given, will resume all paused controllers on the account.
### Service `rachio.stop_watering`
Stops all currently running schedules.
| Service data attribute | Optional | Description |
| ---------------------- | -------- | ----------- |
| `devices` | yes | Name of the controller(s) to stop. If not given, will stop all running controllers on the account.
## Examples
In this section, you find some real-life examples of how to use this switch.