diff --git a/custom_components/adaptive_lighting/switch.py b/custom_components/adaptive_lighting/switch.py index b4da4622..63eb4a6e 100644 --- a/custom_components/adaptive_lighting/switch.py +++ b/custom_components/adaptive_lighting/switch.py @@ -2356,7 +2356,8 @@ class AdaptiveLightingManager: if self.is_proactively_adapting(event.context.id): _LOGGER.debug( - "Skipping reactive adaptation of light %s with context.id='%s'", + "Skipping responding to 'off' → 'on' event for '%s' with context.id='%s' because" + " we are already proactively adapting", entity_id, event.context.id, )