From 2c5eaec2d3abad432292502f9b9b5ef0e5c74956 Mon Sep 17 00:00:00 2001 From: Benjamin Auquite Date: Mon, 10 Apr 2023 07:27:25 -0500 Subject: [PATCH] Revert "Update const.py" This reverts commit e773af07ca2bf733619721286cdbd16a1f3eec56. --- 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 7fd714e5..15d1487b 100644 --- a/custom_components/adaptive_lighting/const.py +++ b/custom_components/adaptive_lighting/const.py @@ -182,7 +182,7 @@ DOCS[CONF_AUTORESET_CONTROL] = ( "Set to 0 to disable. ⏲️" ) -CONF_WATCHED_LIGHTS, DEFAULT_WATCHED_LIGHTS = "watched_lights", [] +CONF_WATCHED_LIGHTS, DEFAULT_WATCHED_LIGHTS = "watched_lights", {} DOCS[CONF_WATCHED_LIGHTS] = ( "Use this dictionary of lights to check for manually controlled events" " in addition to the main lights 🌟"