From e03e397c4f5938b28a3035a9ff8695af269d46b4 Mon Sep 17 00:00:00 2001 From: Bas Nijholt Date: Mon, 31 Jul 2023 18:14:59 -0700 Subject: [PATCH] test --- custom_components/adaptive_lighting/switch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/adaptive_lighting/switch.py b/custom_components/adaptive_lighting/switch.py index ccaa0ff2..b86ccd64 100644 --- a/custom_components/adaptive_lighting/switch.py +++ b/custom_components/adaptive_lighting/switch.py @@ -2360,7 +2360,7 @@ class AdaptiveLightingManager: event.context.id, ): self.reset(entity_id, reset_manual_control=False) - + _LOGGER.debug("We should cancel here?") lock = self.turn_off_locks.setdefault(entity_id, asyncio.Lock()) async with lock: if await self.just_turned_off(entity_id):