From ab062985a0ca7f65b74fe513aed912fd809d6b40 Mon Sep 17 00:00:00 2001 From: Teemu R Date: Sun, 29 Jan 2017 20:26:23 +0100 Subject: [PATCH] Update switch.flux.markdown (#1840) * Update switch.flux.markdown Add disable_brightness_adjust doc. * Update switch.flux.markdown defaults to false. --- source/_components/switch.flux.markdown | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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`.