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

Upgrade zeroconf to 0.27.1 (#36277)

This commit is contained in:
J. Nick Koston
2020-06-05 16:33:26 -05:00
committed by GitHub
parent 1c329ff708
commit 5e65d8d3c3
10 changed files with 13 additions and 7 deletions

View File

@@ -40,7 +40,7 @@ def get_service_info_mock(service_type, name):
return ServiceInfo(
service_type,
name,
address=b"\n\x00\x00\x14",
addresses=[b"\n\x00\x00\x14"],
port=80,
weight=0,
priority=0,
@@ -56,7 +56,7 @@ def get_homekit_info_mock(model, pairing_status):
return ServiceInfo(
service_type,
name,
address=b"\n\x00\x00\x14",
addresses=[b"\n\x00\x00\x14"],
port=80,
weight=0,
priority=0,