Add ZHA cod.m coordinator discovery (#115471)

This commit is contained in:
Tobias Schmitt 2024-06-21 13:33:53 +02:00 committed by GitHub
parent 7d86921d09
commit 988148d385
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 10 additions and 0 deletions

View File

@ -136,6 +136,10 @@
{ {
"type": "_xzg._tcp.local.", "type": "_xzg._tcp.local.",
"name": "xzg*" "name": "xzg*"
},
{
"type": "_czc._tcp.local.",
"name": "czc*"
} }
] ]
} }

View File

@ -404,6 +404,12 @@ ZEROCONF = {
"domain": "apple_tv", "domain": "apple_tv",
}, },
], ],
"_czc._tcp.local.": [
{
"domain": "zha",
"name": "czc*",
},
],
"_daap._tcp.local.": [ "_daap._tcp.local.": [
{ {
"domain": "forked_daapd", "domain": "forked_daapd",