diff --git a/source/_components/switch.flux.markdown b/source/_components/switch.flux.markdown index efb8b1371e3..e90b4b59f97 100644 --- a/source/_components/switch.flux.markdown +++ b/source/_components/switch.flux.markdown @@ -36,6 +36,7 @@ switch: sunset_colortemp: 3000 stop_colortemp: 1900 brightness: 200 + disable_brightness_adjust: True mode: xy ``` @@ -48,6 +49,7 @@ Configuration variables: - **start_colortemp** (*Optional*): The color temperature at the start. Defaults to `4000`. - **sunset_colortemp** (*Optional*): The sun set color temperature. Defaults to `3000`. - **stop_colortemp** (*Optional*): The color temperature at the end. Defaults to `1900`. -- **brightness** (*Optional*): The brightness of the lights. Calculated with `RGB_to_xy` by default. Setting to -1 disables brightness updates. +- **brightness** (*Optional*): The brightness of the lights. Calculated with `RGB_to_xy` by default. +- **disable_brightness_adjust** (*Optional*): If true, brightness will not be adjusted besides color temperature. Defaults to False. - **mode** (*Optional*): Select how color temperature is passed to lights. Valid values are `xy` and `mired`. Defaults to `xy`.