From 8ad56a3403d1e96f002172994617f72886fc111a Mon Sep 17 00:00:00 2001 From: Bas Nijholt Date: Thu, 10 Aug 2023 13:10:21 -0700 Subject: [PATCH] add one more logging call --- custom_components/adaptive_lighting/switch.py | 1 + 1 file changed, 1 insertion(+) diff --git a/custom_components/adaptive_lighting/switch.py b/custom_components/adaptive_lighting/switch.py index 21668c63..2b14777b 100644 --- a/custom_components/adaptive_lighting/switch.py +++ b/custom_components/adaptive_lighting/switch.py @@ -1299,6 +1299,7 @@ class AdaptiveSwitch(SwitchEntity, RestoreEntity): service_data, context=data.context, ) + _LOGGER.debug("%s: 'light.turn_on' awaited", self._name) async def execute_cancellable_adaptation_calls( self,