Update RainMachine service docs to reflect enable/disable changes (#20287)

This commit is contained in:
Aaron Bach 2021-11-29 02:11:04 -07:00 committed by GitHub
parent 11012215b5
commit 82c2e970f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,33 +42,11 @@ Services accept either device IDs or entity IDs, depending on the nature of the
- `rainmachine.stop_all`
- `rainmachine.unpause_watering`
- Services that require an entity ID as a target (note that the correct entity ID type must be provided, such as a program for a program-related service)
- `rainmachine.disable_program`
- `rainmachine.disable_zone`
- `rainmachine.enable_program`
- `rainmachine.enable_zone`
- `rainmachine.start_program`
- `rainmachine.start_zone`
- `rainmachine.stop_program`
- `rainmachine.stop_zone`
### `rainmachine.disable_program`
Disable a RainMachine program. This will mark the program switch as
`Unavailable` in the UI.
### `rainmachine.disable_zone`
Disable a RainMachine zone. This will mark the zone switch as
`Unavailable` in the UI.
### `rainmachine.enable_program`
Enable a RainMachine program.
### `rainmachine.enable_zone`
Enable a RainMachine zone.
### `rainmachine.pause_watering`
Pause all watering activities for a number of seconds.