From 207235d1623e26f78963cb7b815f7d18ed20ff7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliv=C3=A9r=20Falvai?= Date: Mon, 30 Nov 2020 00:36:11 -0800 Subject: [PATCH] Clarify Flux brightness parameter behavior (#15781) --- source/_integrations/flux.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_integrations/flux.markdown b/source/_integrations/flux.markdown index ad8fb6ca687..8a6a5a667bb 100644 --- a/source/_integrations/flux.markdown +++ b/source/_integrations/flux.markdown @@ -64,11 +64,11 @@ stop_colortemp: default: 1900 type: integer brightness: - description: The brightness of the lights. + description: Constant brightness of the lights. Besides color temperature, brightness is also adjusted unless a value is specified here. required: false type: integer disable_brightness_adjust: - description: If true, brightness will not be adjusted besides color temperature. + description: If true, brightness will not be adjusted, only color temperature. required: false type: boolean default: false