We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5c673b commit 8d7ae98Copy full SHA for 8d7ae98
yeelib/discover.py
@@ -131,5 +131,5 @@ async def search_bulbs(bulb_class=Bulb, loop=None, kwargs=None):
131
unicast_connection = loop.create_datagram_endpoint(
132
lambda: YeelightProtocol(bulb_class, **kwargs), family=socket.AF_INET)
133
ucast_transport, _ = await unicast_connection
134
- loop.Task(remove_missing_bulbs())
+ asyncio.Task(remove_missing_bulbs())
135
return bulbs
0 commit comments