diff --git a/source/_components/rainmachine.markdown b/source/_components/rainmachine.markdown index f01419dcec6..238a7825600 100644 --- a/source/_components/rainmachine.markdown +++ b/source/_components/rainmachine.markdown @@ -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). \ No newline at end of file +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).