Handle empty zeroconf properties in devolo_home_network (#71288)
* Handle empty zeroconf properties in devolo_home_network * Change approach * Restore test data
This commit is contained in:
parent
03ab9d07a8
commit
fdee8800a0
2 changed files with 7 additions and 2 deletions
|
@ -103,7 +103,10 @@ ZEROCONF = {
|
|||
"domain": "devolo_home_control"
|
||||
},
|
||||
{
|
||||
"domain": "devolo_home_network"
|
||||
"domain": "devolo_home_network",
|
||||
"properties": {
|
||||
"MT": "*"
|
||||
}
|
||||
}
|
||||
],
|
||||
"_easylink._tcp.local.": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue