From 20854f1dc0cdf0ca1f01c4c474345b1053c43637 Mon Sep 17 00:00:00 2001 From: Benjamin Auquite Date: Mon, 3 Apr 2023 20:09:43 -0500 Subject: [PATCH] Update switch.py --- 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 467b6222..4817f984 100644 --- a/custom_components/adaptive_lighting/switch.py +++ b/custom_components/adaptive_lighting/switch.py @@ -1200,6 +1200,7 @@ class AdaptiveSwitch(SwitchEntity, RestoreEntity): context, ) ): + _fire_manual_control_event(self, light, context, is_async=False) continue await self._adapt_light(light, transition, force=force, context=context)