mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-24 01:37:23 +00:00
Add service updates to RainMachine docs (#8860)
This commit is contained in:
parent
ec5f03b306
commit
920104bf98
@ -113,6 +113,40 @@ switches:
|
||||
|
||||
## {% linkable_title Services %}
|
||||
|
||||
### {% linkable_title `rainmachine.disable_program` %}
|
||||
|
||||
Disable a RainMachine program. This will mark the program switch as
|
||||
`Unavailable` in the UI.
|
||||
|
||||
| Service Data Attribute | Optional | Description |
|
||||
|---------------------------|----------|-------------------------|
|
||||
| `program_id` | no | The program to disable |
|
||||
|
||||
### {% linkable_title `rainmachine.disable_zone` %}
|
||||
|
||||
Disable a RainMachine zone. This will mark the zone switch as
|
||||
`Unavailable` in the UI.
|
||||
|
||||
| Service Data Attribute | Optional | Description |
|
||||
|---------------------------|----------|-------------------------|
|
||||
| `zone_id` | no | The zone to disable |
|
||||
|
||||
### {% linkable_title `rainmachine.enable_program` %}
|
||||
|
||||
Enable a RainMachine program.
|
||||
|
||||
| Service Data Attribute | Optional | Description |
|
||||
|---------------------------|----------|-------------------------|
|
||||
| `program_id` | no | The program to enable |
|
||||
|
||||
### {% linkable_title `rainmachine.enable_zone` %}
|
||||
|
||||
Enable a RainMachine zone.
|
||||
|
||||
| Service Data Attribute | Optional | Description |
|
||||
|---------------------------|----------|-------------------------|
|
||||
| `zone_id` | no | The zone to enable |
|
||||
|
||||
### {% linkable_title `rainmachine.pause_watering` %}
|
||||
|
||||
Pause all watering activities for a number of seconds.
|
||||
|
Loading…
x
Reference in New Issue
Block a user