From 50701ea048a3c8a524711b38d8a20f8a39b6d5d6 Mon Sep 17 00:00:00 2001 From: Aaron Bach Date: Mon, 8 Aug 2022 16:45:26 -0600 Subject: [PATCH] Add docs to explain availability of RainMachine entities (#23695) --- source/_integrations/rainmachine.markdown | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/source/_integrations/rainmachine.markdown b/source/_integrations/rainmachine.markdown index 08ceb89fe8a..daff3f87c7f 100644 --- a/source/_integrations/rainmachine.markdown +++ b/source/_integrations/rainmachine.markdown @@ -125,11 +125,7 @@ Unpause all paused watering activities. Remove all watering restrictions enforced by `rainmachine.restrict_watering`. -## Switch - -The `rainmachine` switch platform allows you to control programs and zones within a [RainMachine smart Wi-Fi sprinkler controller](https://www.rainmachine.com/). - -### Controlling Your Device +## Controlling Your Device After Home Assistant loads, new switches will be added for every enabled program and zone. These work as expected: @@ -138,4 +134,8 @@ After Home Assistant loads, new switches will be added for every enabled program 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). +## Entity Availability + +Many RainMachine entities are enabled by default. Others, like those related to flow sensors, are disabled by default if they only apply to some controllers. You can view all entities for a controller and enable/disable them as appropriate in the Device screen for your RainMachine controller. + [wnum reference]: https://github.com/sprinkler/rainmachine-developer-resources/blob/d47e1ad59dee59e34094ad41636ae289275eb973/sdk-parsers/RMDataFramework/rmWeatherData.py#L13