Add ZHA Zeroconf discovery for SLZB-06 (#84111)
* Add Zeroconf discovery for SLZB-06 * update hostname * Update homeassistant/components/zha/manifest.json Co-authored-by: puddly <32534428+puddly@users.noreply.github.com> * Update manifest.json Co-authored-by: puddly <32534428+puddly@users.noreply.github.com>
This commit is contained in:
parent
d6fc2d9452
commit
6a1c59be2c
2 changed files with 10 additions and 0 deletions
|
@ -95,6 +95,10 @@
|
|||
{
|
||||
"type": "_zigstar_gw._tcp.local.",
|
||||
"name": "*zigstar*"
|
||||
},
|
||||
{
|
||||
"type": "_slzb-06._tcp.local.",
|
||||
"name": "slzb-06*"
|
||||
}
|
||||
],
|
||||
"dependencies": ["file_upload"],
|
||||
|
|
|
@ -426,6 +426,12 @@ ZEROCONF = {
|
|||
"domain": "apple_tv",
|
||||
},
|
||||
],
|
||||
"_slzb-06._tcp.local.": [
|
||||
{
|
||||
"domain": "zha",
|
||||
"name": "slzb-06*",
|
||||
},
|
||||
],
|
||||
"_sonos._tcp.local.": [
|
||||
{
|
||||
"domain": "sonos",
|
||||
|
|
Loading…
Add table
Reference in a new issue