Add _shelly._tcp to Shelly zeroconf configuration (#138782)

Add _shelly._tcp to zeroconf
This commit is contained in:
Maciej Bieniek 2025-02-18 19:57:10 +01:00 committed by GitHub
parent e6217efcd6
commit c48797804d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 0 deletions

View File

@ -13,6 +13,9 @@
{
"type": "_http._tcp.local.",
"name": "shelly*"
},
{
"type": "_shelly._tcp.local."
}
]
}

View File

@ -803,6 +803,11 @@ ZEROCONF = {
"domain": "russound_rio",
},
],
"_shelly._tcp.local.": [
{
"domain": "shelly",
},
],
"_sideplay._tcp.local.": [
{
"domain": "ecobee",