Add zeroconf to Home Connect (#143952)

This commit is contained in:
J. Diego Rodríguez Royo 2025-04-30 15:42:06 +02:00 committed by GitHub
parent 923300f4e7
commit d8122d149b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 1 deletions

View File

@ -8,5 +8,6 @@
"iot_class": "cloud_push",
"loggers": ["aiohomeconnect"],
"requirements": ["aiohomeconnect==0.17.0"],
"single_config_entry": true
"single_config_entry": true,
"zeroconf": ["_homeconnect._tcp.local."]
}

View File

@ -525,6 +525,11 @@ ZEROCONF = {
"domain": "homekit_controller",
},
],
"_homeconnect._tcp.local.": [
{
"domain": "home_connect",
},
],
"_homekit._tcp.local.": [
{
"domain": "homekit",