Get discovered zeroconf IPv6 addresses (#65462)

This commit is contained in:
Joshua Roys 2022-02-11 17:46:17 -05:00 committed by GitHub
parent 2ffb46dc93
commit 9134e5c844
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
57 changed files with 163 additions and 0 deletions

View file

@ -101,6 +101,7 @@ MOCK_DHCP_DATA = dhcp.DhcpServiceInfo(
EXISTING_IP = "192.168.40.221"
MOCK_ZEROCONF_DATA = zeroconf.ZeroconfServiceInfo(
host="fake_host",
addresses=["fake_host"],
hostname="mock_hostname",
name="mock_name",
port=1234,