Remove mDNS iteration from Plugwise unique ID (#78680)
* Remove mDNS iteration from Plugwise unique ID * Add iteration to tests
This commit is contained in:
parent
8dbbd0ded0
commit
2eb265f28b
2 changed files with 3 additions and 2 deletions
|
@ -36,7 +36,8 @@ TEST_USERNAME2 = "stretch"
|
|||
TEST_DISCOVERY = ZeroconfServiceInfo(
|
||||
host=TEST_HOST,
|
||||
addresses=[TEST_HOST],
|
||||
hostname=f"{TEST_HOSTNAME}.local.",
|
||||
# The added `-2` is to simulate mDNS collision
|
||||
hostname=f"{TEST_HOSTNAME}-2.local.",
|
||||
name="mock_name",
|
||||
port=DEFAULT_PORT,
|
||||
properties={
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue