Remove eager_start=False from zeroconf (#115498)

This commit is contained in:
J. Nick Koston 2024-04-12 19:09:42 -10:00 committed by GitHub
parent af2c381a0c
commit 0d0b77c9e4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -428,7 +428,6 @@ class ZeroconfDiscovery:
zeroconf, async_service_info, service_type, name zeroconf, async_service_info, service_type, name
), ),
name=f"zeroconf lookup {name}.{service_type}", name=f"zeroconf lookup {name}.{service_type}",
eager_start=False,
) )
async def _async_lookup_and_process_service_update( async def _async_lookup_and_process_service_update(