From 7244a5f48374b9c0f54ee20af5b857e94faf03eb Mon Sep 17 00:00:00 2001 From: Benjamin Auquite Date: Mon, 10 Apr 2023 04:36:14 -0500 Subject: [PATCH] Update const.py --- custom_components/adaptive_lighting/const.py | 1 + 1 file changed, 1 insertion(+) diff --git a/custom_components/adaptive_lighting/const.py b/custom_components/adaptive_lighting/const.py index 77656f75..ab7b5772 100644 --- a/custom_components/adaptive_lighting/const.py +++ b/custom_components/adaptive_lighting/const.py @@ -154,6 +154,7 @@ CONF_ADAPT_UNTIL_SLEEP, DEFAULT_ADAPT_UNTIL_SLEEP = ( False, ) 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, " "transitioning color temperature to these values after sunset. 🌙" )