From a0e897990fe07bc5731b36724cf1e87d4c55663a Mon Sep 17 00:00:00 2001 From: Jeff Wilson Date: Sun, 2 Oct 2016 15:37:15 -0400 Subject: [PATCH] Remove kelvin mode from flux switch (#1021) Updated for home-assistant/home-assistant#3615 --- source/_components/switch.flux.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/switch.flux.markdown b/source/_components/switch.flux.markdown index d7a1d9d1982..886625d1404 100644 --- a/source/_components/switch.flux.markdown +++ b/source/_components/switch.flux.markdown @@ -49,5 +49,5 @@ Configuration variables: - **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. -- **mode** (*Optional*): Select how color temperature is passed to lights. Valid values are 'xy', 'mired' and 'kelvin'. Defaults to 'xy'. +- **mode** (*Optional*): Select how color temperature is passed to lights. Valid values are `xy` and `mired`. Defaults to `xy`.