mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 21:06:19 +00:00
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:
@@ -103,7 +103,10 @@ ZEROCONF = {
|
||||
"domain": "devolo_home_control"
|
||||
},
|
||||
{
|
||||
"domain": "devolo_home_network"
|
||||
"domain": "devolo_home_network",
|
||||
"properties": {
|
||||
"MT": "*"
|
||||
}
|
||||
}
|
||||
],
|
||||
"_easylink._tcp.local.": [
|
||||
|
||||
Reference in New Issue
Block a user