mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-25 18:26:56 +00:00
Add pause/unpause service descriptions for RainMachine (#8788)
This commit is contained in:
parent
e45c4971c8
commit
1894318535
@ -113,6 +113,14 @@ switches:
|
|||||||
|
|
||||||
## {% linkable_title Services %}
|
## {% 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` %}
|
### {% linkable_title `rainmachine.start_program` %}
|
||||||
|
|
||||||
Start a RainMachine program.
|
Start a RainMachine program.
|
||||||
@ -150,6 +158,10 @@ Stop a RainMachine zone.
|
|||||||
|---------------------------|----------|----------------------|
|
|---------------------------|----------|----------------------|
|
||||||
| `zone_id` | no | The zone to stop |
|
| `zone_id` | no | The zone to stop |
|
||||||
|
|
||||||
|
### {% linkable_title `rainmachine.unpause_watering` %}
|
||||||
|
|
||||||
|
Unpause all watering activities.
|
||||||
|
|
||||||
## {% linkable_title Switch %}
|
## {% 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/).
|
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
|
- 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)
|
- 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).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user