From 575b81cbc53f9c798d54074a8aabeea7060b4ef4 Mon Sep 17 00:00:00 2001 From: Bas Nijholt Date: Sun, 20 Sep 2020 23:00:15 +0200 Subject: [PATCH] rename FAKE_NONE to None --- 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 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"