Skip to content

Commit 0d0b77c

Browse files
authored
Remove eager_start=False from zeroconf (#115498)
1 parent af2c381 commit 0d0b77c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

homeassistant/components/zeroconf/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,6 @@ def async_service_update(
428428
zeroconf, async_service_info, service_type, name
429429
),
430430
name=f"zeroconf lookup {name}.{service_type}",
431-
eager_start=False,
432431
)
433432

434433
async def _async_lookup_and_process_service_update(

0 commit comments

Comments
 (0)