From a54796b0dce0a89a6a8452eb83b6ff72ce047bba Mon Sep 17 00:00:00 2001 From: GitHubGoody <46235745+GitHubGoody@users.noreply.github.com> Date: Tue, 24 Sep 2024 10:42:54 -0400 Subject: [PATCH] Added "and/or brightness (e.g. monochromatic)" to the Random Effect description (#4061) The Random Effect can also affect the brightness instead of color (e.g. monochromatic light components). I'm not sure if the brightness is also affected for RGB light components, so I put it as an "and/or" instead of just an "or." Of course, adjust based on how it actually works with RGB lights. --- components/light/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/light/index.rst b/components/light/index.rst index 3e31ad3cf..7c50bc296 100644 --- a/components/light/index.rst +++ b/components/light/index.rst @@ -526,7 +526,7 @@ Configuration variables: Random Effect ************* -This effect makes a transition (of length ``transition_length``) to a randomly-chosen color every ``update_interval``. +This effect makes a transition (of length ``transition_length``) to a randomly-chosen color and/or brightness (e.g. monochromatic) every ``update_interval``. .. code-block:: yaml