From f9aa0d8275b63e8015acdae3c0f2086f0c09600d Mon Sep 17 00:00:00 2001 From: Erik Montnemery Date: Fri, 16 Jul 2021 08:55:16 +0200 Subject: [PATCH] Document `white` light `turn_on` parameter (#18529) * Update light.markdown * Update light.markdown --- source/_integrations/light.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/source/_integrations/light.markdown b/source/_integrations/light.markdown index 4d74e81a0c3..a77cf71bb23 100644 --- a/source/_integrations/light.markdown +++ b/source/_integrations/light.markdown @@ -53,6 +53,7 @@ Most lights do not support all attributes. You can check the integration documen | `brightness_pct`| yes | Alternatively, you can specify brightness in percent (a number between 0 and 100), where 0 means the light is off, 1 is the minimum brightness and 100 is the maximum brightness supported by the light. | `brightness_step` | yes | Change brightness by an amount. Should be between -255..255. | `brightness_step_pct` | yes | Change brightness by a percentage. Should be between -100..100. +| `white` | yes | Set the light to white mode and change its brightness, where 0 means the light is off, 1 is the minimum brightness and 255 is the maximum brightness supported by the light. | `flash` | yes | Tell light to flash, can be either value `short` or `long`. | `effect`| yes | Applies an effect such as `colorloop` or `random`.