From 82c2e970f7c4127f0b0f355fc8dfe748442356fe Mon Sep 17 00:00:00 2001 From: Aaron Bach Date: Mon, 29 Nov 2021 02:11:04 -0700 Subject: [PATCH] Update RainMachine service docs to reflect enable/disable changes (#20287) --- source/_integrations/rainmachine.markdown | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/source/_integrations/rainmachine.markdown b/source/_integrations/rainmachine.markdown index 65ce3309a14..305e053963e 100644 --- a/source/_integrations/rainmachine.markdown +++ b/source/_integrations/rainmachine.markdown @@ -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.