mirror of
https://github.com/home-assistant/core.git
synced 2025-07-29 18:28:14 +02:00
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:
5
homeassistant/generated/zeroconf.py
generated
5
homeassistant/generated/zeroconf.py
generated
@ -710,6 +710,11 @@ ZEROCONF = {
|
||||
"domain": "thread",
|
||||
},
|
||||
],
|
||||
"_mieleathome._tcp.local.": [
|
||||
{
|
||||
"domain": "miele",
|
||||
},
|
||||
],
|
||||
"_miio._udp.local.": [
|
||||
{
|
||||
"domain": "xiaomi_aqara",
|
||||
|
Reference in New Issue
Block a user