Update switch.py

This commit is contained in:
Benjamin Auquite 2023-04-03 20:09:43 -05:00
commit 20854f1dc0

View file

@ -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)