Add zeroconf discovery to miele (#143259)

* Add zeroconf discovery

* Strip unnecessary code

* Remove one line more

* Remove one more

* Add test for zeroconf flow

* Finish zeroconf flow
This commit is contained in:
Åke Strandberg
2025-04-25 23:18:20 +02:00
committed by GitHub
parent 963f1b1907
commit eec9a28fe8
3 changed files with 61 additions and 3 deletions

View File

@ -710,6 +710,11 @@ ZEROCONF = {
"domain": "thread",
},
],
"_mieleathome._tcp.local.": [
{
"domain": "miele",
},
],
"_miio._udp.local.": [
{
"domain": "xiaomi_aqara",