Remove entity_id references in RainMachine service docs (#17974)

This commit is contained in:
Aaron Bach 2021-05-25 16:24:25 -06:00 committed by GitHub
parent 8533a64a84
commit f27f5d3b01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,7 +38,6 @@ Disable a RainMachine program. This will mark the program switch as
| Service Data Attribute | Optional | Description |
|---------------------------|----------|-------------------------------------------------------------|
| `program_id ` | no | The program to disable |
| `entity_id` | yes | An entity belonging to the RainMachine controller to adjust |
### `rainmachine.disable_zone`
@ -48,7 +47,6 @@ Disable a RainMachine zone. This will mark the zone switch as
| Service Data Attribute | Optional | Description |
|---------------------------|----------|-------------------------------------------------------------|
| `zone_id ` | no | The program to disable |
| `entity_id` | yes | An entity belonging to the RainMachine controller to adjust |
### `rainmachine.enable_program`
@ -57,7 +55,6 @@ Enable a RainMachine program.
| Service Data Attribute | Optional | Description |
|---------------------------|----------|-------------------------------------------------------------|
| `program_id ` | no | The program to enable |
| `entity_id` | yes | An entity belonging to the RainMachine controller to adjust |
### `rainmachine.enable_zone`
@ -66,7 +63,6 @@ Enable a RainMachine zone.
| Service Data Attribute | Optional | Description |
|---------------------------|----------|-------------------------------------------------------------|
| `zone_id ` | no | The zone to enable |
| `entity_id` | yes | An entity belonging to the RainMachine controller to adjust |
### `rainmachine.pause_watering`
@ -75,7 +71,6 @@ Pause all watering activities for a number of seconds.
| Service Data Attribute | Optional | Description |
|---------------------------|----------|-------------------------------------------------------------|
| `seconds` | no | The number of seconds to pause |
| `entity_id` | yes | An entity belonging to the RainMachine controller to adjust |
### `rainmachine.start_program`
@ -84,7 +79,6 @@ Start a RainMachine program.
| Service Data Attribute | Optional | Description |
|---------------------------|----------|-------------------------------------------------------------|
| `program_id ` | no | The program to start |
| `entity_id` | yes | An entity belonging to the RainMachine controller to adjust |
### `rainmachine.start_zone`
@ -94,16 +88,11 @@ Start a RainMachine zone for a set number of seconds.
|---------------------------|----------|-------------------------------------------------------------|
| `zone_id` | no | The zone to start |
| `zone_run_time` | yes | The number of seconds to run; defaults to 60 seconds |
| `entity_id` | yes | An entity belonging to the RainMachine controller to adjust |
### `rainmachine.stop_all`
Stop all watering activities.
| Service Data Attribute | Optional | Description |
|---------------------------|----------|-------------------------------------------------------------|
| `entity_id` | yes | An entity belonging to the RainMachine controller to adjust |
### `rainmachine.stop_program`
Stop a RainMachine program.
@ -111,7 +100,6 @@ Stop a RainMachine program.
| Service Data Attribute | Optional | Description |
|---------------------------|----------|-------------------------------------------------------------|
| `program_id ` | no | The program to stop |
| `entity_id` | yes | An entity belonging to the RainMachine controller to adjust |
### `rainmachine.stop_zone`
@ -120,16 +108,11 @@ Stop a RainMachine zone.
| Service Data Attribute | Optional | Description |
|---------------------------|----------|-------------------------------------------------------------|
| `zone_id ` | no | The zone to stop |
| `entity_id` | yes | An entity belonging to the RainMachine controller to adjust |
### `rainmachine.unpause_watering`
Unpause all watering activities.
| Service Data Attribute | Optional | Description |
|---------------------------|----------|-------------------------------------------------------------|
| `entity_id` | yes | An entity belonging to the RainMachine controller to adjust |
## Switch
The `rainmachine` switch platform allows you to control programs and zones within a [RainMachine smart Wi-Fi sprinkler controller](https://www.rainmachine.com/).