From 47efaec29996c9080fdc8a7682fb6c86a60476ec Mon Sep 17 00:00:00 2001 From: tomlut <10679300+tomlut@users.noreply.github.com> Date: Thu, 4 May 2023 13:05:37 +0700 Subject: [PATCH] Update light markdown (#27255) Corrected csv header. --- source/_integrations/light.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/light.markdown b/source/_integrations/light.markdown index 685b3cd6d06..ded61b41d64 100644 --- a/source/_integrations/light.markdown +++ b/source/_integrations/light.markdown @@ -20,7 +20,7 @@ To set the default color, brightness and transition values when the light is tur The `light_profiles.csv` has to have a header. The format of the header is: ```txt -profile,color_x,color_y,brightness,transition +id,x,y,brightness,transition ``` The field transition is optional and can be omitted.