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 `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/).
|
||||
|
Loading…
x
Reference in New Issue
Block a user