Handle empty zeroconf properties in devolo_home_network (#71288)

* Handle empty zeroconf properties in devolo_home_network

* Change approach

* Restore test data
pull/71297/head
Guido Schmitz 2022-05-04 15:51:21 +02:00 committed by Franck Nijhof
parent deec879a4b
commit 4e331c331f
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3
2 changed files with 7 additions and 2 deletions

View File

@ -4,7 +4,9 @@
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/devolo_home_network",
"requirements": ["devolo-plc-api==0.7.1"],
"zeroconf": ["_dvl-deviceapi._tcp.local."],
"zeroconf": [
{ "type": "_dvl-deviceapi._tcp.local.", "properties": { "MT": "*" } }
],
"codeowners": ["@2Fake", "@Shutgun"],
"quality_scale": "platinum",
"iot_class": "local_polling",

View File

@ -103,7 +103,10 @@ ZEROCONF = {
"domain": "devolo_home_control"
},
{
"domain": "devolo_home_network"
"domain": "devolo_home_network",
"properties": {
"MT": "*"
}
}
],
"_easylink._tcp.local.": [