Add ZigStar UZG-01 ZHA zeroconf autodiscovery (#98657)
ZigStar UZG-01 ZHA Zeconf Autodiscovery
This commit is contained in:
parent
b8086f3c21
commit
af0e48081f
2 changed files with 10 additions and 0 deletions
|
@ -111,6 +111,10 @@
|
|||
"type": "_zigstar_gw._tcp.local.",
|
||||
"name": "*zigstar*"
|
||||
},
|
||||
{
|
||||
"type": "_uzg-01._tcp.local.",
|
||||
"name": "uzg-01*"
|
||||
},
|
||||
{
|
||||
"type": "_slzb-06._tcp.local.",
|
||||
"name": "slzb-06*"
|
||||
|
|
|
@ -683,6 +683,12 @@ ZEROCONF = {
|
|||
"domain": "apple_tv",
|
||||
},
|
||||
],
|
||||
"_uzg-01._tcp.local.": [
|
||||
{
|
||||
"domain": "zha",
|
||||
"name": "uzg-01*",
|
||||
},
|
||||
],
|
||||
"_viziocast._tcp.local.": [
|
||||
{
|
||||
"domain": "vizio",
|
||||
|
|
Loading…
Add table
Reference in a new issue