mirror of
https://github.com/home-assistant/core.git
synced 2025-11-10 11:29:46 +00:00
Make DHCP discovery aware of the network integration (#144767)
Co-authored-by: J. Nick Koston <nick@koston.org>
This commit is contained in:
@@ -22,6 +22,7 @@ async def test_subscribe_discovery(
|
||||
|
||||
async def mock_start(
|
||||
callback: Callable[[aiodhcpwatcher.DHCPRequest], None],
|
||||
if_indexes: list[int] | None = None,
|
||||
) -> None:
|
||||
"""Mock start."""
|
||||
nonlocal saved_callback
|
||||
|
||||
Reference in New Issue
Block a user