From 313d4d955467b27ccc243d6503d0951ece35722f Mon Sep 17 00:00:00 2001 From: David Vallee Delisle Date: Sat, 8 Jan 2022 08:42:55 -0500 Subject: [PATCH] Challenge lock default should be False --- custom_components/hilo/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/hilo/const.py b/custom_components/hilo/const.py index 99a98c06..64d34246 100644 --- a/custom_components/hilo/const.py +++ b/custom_components/hilo/const.py @@ -21,7 +21,7 @@ DEFAULT_LOG_TRACES = False CONF_CHALLENGE_LOCK = "challenge_lock" -DEFAULT_CHALLENGE_LOCK = True +DEFAULT_CHALLENGE_LOCK = False CONF_ENERGY_METER_PERIOD = "energy_meter_period" DEFAULT_ENERGY_METER_PERIOD = DAILY