mirror of
https://github.com/home-assistant/core.git
synced 2025-07-29 18:28:14 +02:00
Remove eager_start=False from zeroconf (#115498)
This commit is contained in:
@ -428,7 +428,6 @@ class ZeroconfDiscovery:
|
||||
zeroconf, async_service_info, service_type, name
|
||||
),
|
||||
name=f"zeroconf lookup {name}.{service_type}",
|
||||
eager_start=False,
|
||||
)
|
||||
|
||||
async def _async_lookup_and_process_service_update(
|
||||
|
Reference in New Issue
Block a user