From 98b7c74e96e8c168479a9cb2356d6521c9ab4cc0 Mon Sep 17 00:00:00 2001 From: Lucas Hartmann Date: Sun, 28 Apr 2024 16:47:17 -0300 Subject: [PATCH] Add transition_length to strobe effect. (#3775) --- components/light/index.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/components/light/index.rst b/components/light/index.rst index ee9a31d9f..2f3550a14 100644 --- a/components/light/index.rst +++ b/components/light/index.rst @@ -583,6 +583,7 @@ Configuration variables: - **cold_white** (*Optional*, percentage): The cold white channel of the light, if applicable. Defaults to ``100%``. - **warm_white** (*Optional*, percentage): The warm white channel of the light, if applicable. Defaults to ``100%``. - **duration** (**Required**, :ref:`config-time`): The duration this color should be active. + - **transition_length** (*Optional*, :ref:`config-time`): The duration of each transition. Defaults to ``0s``. See `light.turn_on ` for more information on the various color fields.