mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 20:57:21 +00:00
Add _shelly._tcp
to Shelly zeroconf configuration (#138782)
Add _shelly._tcp to zeroconf
This commit is contained in:
parent
e6217efcd6
commit
c48797804d
@ -13,6 +13,9 @@
|
||||
{
|
||||
"type": "_http._tcp.local.",
|
||||
"name": "shelly*"
|
||||
},
|
||||
{
|
||||
"type": "_shelly._tcp.local."
|
||||
}
|
||||
]
|
||||
}
|
||||
|
5
homeassistant/generated/zeroconf.py
generated
5
homeassistant/generated/zeroconf.py
generated
@ -803,6 +803,11 @@ ZEROCONF = {
|
||||
"domain": "russound_rio",
|
||||
},
|
||||
],
|
||||
"_shelly._tcp.local.": [
|
||||
{
|
||||
"domain": "shelly",
|
||||
},
|
||||
],
|
||||
"_sideplay._tcp.local.": [
|
||||
{
|
||||
"domain": "ecobee",
|
||||
|
Loading…
x
Reference in New Issue
Block a user