Remove kelvin mode from flux switch (#1021)

Updated for home-assistant/home-assistant#3615
This commit is contained in:
Jeff Wilson 2016-10-02 15:37:15 -04:00 committed by Fabian Affolter
parent 5b912dcfbd
commit a0e897990f

View File

@ -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`.