Update const.py

This commit is contained in:
Benjamin Auquite 2023-04-10 04:36:14 -05:00
commit 7244a5f483

View file

@ -154,6 +154,7 @@ CONF_ADAPT_UNTIL_SLEEP, DEFAULT_ADAPT_UNTIL_SLEEP = (
False, False,
) )
DOCS[CONF_ADAPT_UNTIL_SLEEP] = ( DOCS[CONF_ADAPT_UNTIL_SLEEP] = (
"This option ignores the current state of the sleep switch. "
"When enabled, Adaptive Lighting will treat sleep settings as the minimum, " "When enabled, Adaptive Lighting will treat sleep settings as the minimum, "
"transitioning color temperature to these values after sunset. 🌙" "transitioning color temperature to these values after sunset. 🌙"
) )