mirror of
https://github.com/esphome/esphome-docs.git
synced 2024-11-15 10:45:41 +01:00
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.
This commit is contained in:
parent
7c11e07b94
commit
a54796b0dc
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user