Add ZHA XZG firmware discovery (#116828)

This commit is contained in:
xyzroe 2024-06-08 18:06:25 +02:00 committed by GitHub
parent 721b2c2ca8
commit ae0e751a6d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 10 additions and 0 deletions

View File

@ -132,6 +132,10 @@
{ {
"type": "_slzb-06._tcp.local.", "type": "_slzb-06._tcp.local.",
"name": "slzb-06*" "name": "slzb-06*"
},
{
"type": "_xzg._tcp.local.",
"name": "xzg*"
} }
] ]
} }

View File

@ -811,6 +811,12 @@ ZEROCONF = {
"domain": "kodi", "domain": "kodi",
}, },
], ],
"_xzg._tcp.local.": [
{
"domain": "zha",
"name": "xzg*",
},
],
"_zigate-zigbee-gateway._tcp.local.": [ "_zigate-zigbee-gateway._tcp.local.": [
{ {
"domain": "zha", "domain": "zha",