You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We migrated the zeroconf integration to use aiozeroconf. However, @amelchio notified us that asyncio.create_datagram_endpoint is not supported on Windows. So we need to migrate back to using python-zeroconf, which does work.