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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user