From 6e9fb0cc0d0090628641f1c7a8f814f4d4e22976 Mon Sep 17 00:00:00 2001 From: Benjamin Auquite Date: Mon, 3 Apr 2023 01:32:46 -0500 Subject: [PATCH] not in this pr yet --- custom_components/adaptive_lighting/switch.py | 1 - 1 file changed, 1 deletion(-) diff --git a/custom_components/adaptive_lighting/switch.py b/custom_components/adaptive_lighting/switch.py index 865f6fc5..d1331d59 100644 --- a/custom_components/adaptive_lighting/switch.py +++ b/custom_components/adaptive_lighting/switch.py @@ -1200,7 +1200,6 @@ 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)