Add pause/unpause service descriptions for RainMachine (#8788)

This commit is contained in:
Aaron Bach 2019-03-03 17:58:30 -07:00 committed by Rohan Kapoor
parent e45c4971c8
commit 1894318535

View File

@ -113,6 +113,14 @@ switches:
## {% linkable_title Services %}
### {% linkable_title `rainmachine.pause_watering` %}
Pause all watering activities for a number of seconds.
| Service Data Attribute | Optional | Description |
|---------------------------|----------|--------------------------------|
| `seconds` | no | The number of seconds to pause |
### {% linkable_title `rainmachine.start_program` %}
Start a RainMachine program.
@ -150,6 +158,10 @@ Stop a RainMachine zone.
|---------------------------|----------|----------------------|
| `zone_id` | no | The zone to stop |
### {% linkable_title `rainmachine.unpause_watering` %}
Unpause all watering activities.
## {% linkable_title Switch %}
The `rainmachine` switch platform allows you to control programs and zones within a [RainMachine smart Wi-Fi sprinkler controller](http://www.rainmachine.com/).
@ -161,4 +173,4 @@ After Home Assistant loads, new switches will be added for every enabled program
- Program On/Off: starts/stops a program
- Zone On/Off: starts/stops a zone (using the `zone_run_time` parameter to determine how long to run for)
Programs and zones are linked. While a program is running, you will see both the program and zone switches turned on; turning either one off will turn the other one off (just like in the web app).
Programs and zones are linked. While a program is running, you will see both the program and zone switches turned on; turning either one off will turn the other one off (just like in the web app).