From e7e266b5a19385cee711ff6ed920addf6eefb6d7 Mon Sep 17 00:00:00 2001 From: Benjamin Auquite Date: Mon, 10 Apr 2023 04:26:47 -0500 Subject: [PATCH] Update const.py --- custom_components/adaptive_lighting/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/adaptive_lighting/const.py b/custom_components/adaptive_lighting/const.py index 3274611e..77656f75 100644 --- a/custom_components/adaptive_lighting/const.py +++ b/custom_components/adaptive_lighting/const.py @@ -166,7 +166,7 @@ DOCS[ ] = "Only active when `transition_until_sleep` is true." CONF_ADAPT_BRIGHTNESS_UNTIL_SLEEP, DEFAULT_ADAPT_BRIGHTNESS_UNTIL_SLEEP = ( "adapt_brightness_until_sleep", - True, + False, ) DOCS[ CONF_ADAPT_BRIGHTNESS_UNTIL_SLEEP