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
57 changed files with 163 additions and 0 deletions

View File

@@ -222,6 +222,7 @@ async def device_config_changed(hass, accessories):
discovery_info = zeroconf.ZeroconfServiceInfo(
host="127.0.0.1",
addresses=["127.0.0.1"],
hostname="mock_hostname",
name="TestDevice",
port=8080,