mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 17:57:11 +00:00
Add zeroconf to Home Connect (#143952)
This commit is contained in:
parent
923300f4e7
commit
d8122d149b
@ -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."]
|
||||
}
|
||||
|
5
homeassistant/generated/zeroconf.py
generated
5
homeassistant/generated/zeroconf.py
generated
@ -525,6 +525,11 @@ ZEROCONF = {
|
||||
"domain": "homekit_controller",
|
||||
},
|
||||
],
|
||||
"_homeconnect._tcp.local.": [
|
||||
{
|
||||
"domain": "home_connect",
|
||||
},
|
||||
],
|
||||
"_homekit._tcp.local.": [
|
||||
{
|
||||
"domain": "homekit",
|
||||
|
Loading…
x
Reference in New Issue
Block a user