mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Flux: clarify where the information about sunset_time come from (#24576)
This commit is contained in:
parent
678eaff380
commit
b7afa4bc32
@ -16,7 +16,9 @@ The `flux` switch platform will change the temperature of your lights similar to
|
|||||||
|
|
||||||
The integration will update your lights based on the time of day. It will only affect lights that are turned on and listed in the flux configuration.
|
The integration will update your lights based on the time of day. It will only affect lights that are turned on and listed in the flux configuration.
|
||||||
|
|
||||||
During the day (in between `start time` and `sunset time`), it will fade the lights from the `start_colortemp` to the `sunset_colortemp`. After sunset (between `sunset_time` and `stop_time`), the lights will fade from the `sunset_colortemp` to the `stop_colortemp`. If the lights are still on after the `stop_time` it will continue to change the light to the `stop_colortemp` until the light is turned off. The fade effect is created by updating the lights periodically.
|
During the day (in between `start_time` and `sunset_time`), it will fade the lights from the `start_colortemp` to the `sunset_colortemp`. After sunset (between `sunset_time` and `stop_time`), the lights will fade from the `sunset_colortemp` to the `stop_colortemp`. If the lights are still on after the `stop_time` it will continue to change the light to the `stop_colortemp` until the light is turned off. The fade effect is created by updating the lights periodically.
|
||||||
|
|
||||||
|
The value of `sunset_time` is automatically calculated based on the location specified in your [Home Assistant configuration](/docs/configuration/basic).
|
||||||
|
|
||||||
The color temperature is specified in kelvin, and accepted values are between 1000 and 40000 kelvin. Lower values will seem more red, while higher will look more white.
|
The color temperature is specified in kelvin, and accepted values are between 1000 and 40000 kelvin. Lower values will seem more red, while higher will look more white.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user