Add ZHA XZG firmware discovery (#116828)
This commit is contained in:
parent
721b2c2ca8
commit
ae0e751a6d
2 changed files with 10 additions and 0 deletions
|
@ -132,6 +132,10 @@
|
|||
{
|
||||
"type": "_slzb-06._tcp.local.",
|
||||
"name": "slzb-06*"
|
||||
},
|
||||
{
|
||||
"type": "_xzg._tcp.local.",
|
||||
"name": "xzg*"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
@ -811,6 +811,12 @@ ZEROCONF = {
|
|||
"domain": "kodi",
|
||||
},
|
||||
],
|
||||
"_xzg._tcp.local.": [
|
||||
{
|
||||
"domain": "zha",
|
||||
"name": "xzg*",
|
||||
},
|
||||
],
|
||||
"_zigate-zigbee-gateway._tcp.local.": [
|
||||
{
|
||||
"domain": "zha",
|
||||
|
|
Loading…
Add table
Reference in a new issue