1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00

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

@@ -385,6 +385,7 @@ async def test_update_address(hass):
AXIS_DOMAIN,
data=zeroconf.ZeroconfServiceInfo(
host="2.3.4.5",
addresses=["2.3.4.5"],
hostname="mock_hostname",
name="name",
port=80,