diff --git a/custom_components/adaptive_lighting/const.py b/custom_components/adaptive_lighting/const.py index cc6aecd9..9d0185d7 100644 --- a/custom_components/adaptive_lighting/const.py +++ b/custom_components/adaptive_lighting/const.py @@ -30,4 +30,4 @@ CONF_SUNSET_TIME = "sunset_time" CONF_TRANSITION, DEFAULT_TRANSITION = "transition", 60 UNDO_UPDATE_LISTENER = "undo_update_listener" -FAKE_NONE = "none" +FAKE_NONE = "None"