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

@ -15,6 +15,7 @@ from tests.common import MockConfigEntry
BLANK_ZEROCONF_INFO = zeroconf.ZeroconfServiceInfo(
host="1.2.3.4",
addresses=["1.2.3.4"],
hostname="mock_hostname",
name="mock_name",
port=None,