From c48797804d71949ed7cb2f32394d9d4244461bb6 Mon Sep 17 00:00:00 2001 From: Maciej Bieniek Date: Tue, 18 Feb 2025 19:57:10 +0100 Subject: [PATCH] Add `_shelly._tcp` to Shelly zeroconf configuration (#138782) Add _shelly._tcp to zeroconf --- homeassistant/components/shelly/manifest.json | 3 +++ homeassistant/generated/zeroconf.py | 5 +++++ 2 files changed, 8 insertions(+) diff --git a/homeassistant/components/shelly/manifest.json b/homeassistant/components/shelly/manifest.json index 4c9927f515a..c8073d6dbc2 100644 --- a/homeassistant/components/shelly/manifest.json +++ b/homeassistant/components/shelly/manifest.json @@ -13,6 +13,9 @@ { "type": "_http._tcp.local.", "name": "shelly*" + }, + { + "type": "_shelly._tcp.local." } ] } diff --git a/homeassistant/generated/zeroconf.py b/homeassistant/generated/zeroconf.py index ab965e27472..cc1683a3603 100644 --- a/homeassistant/generated/zeroconf.py +++ b/homeassistant/generated/zeroconf.py @@ -803,6 +803,11 @@ ZEROCONF = { "domain": "russound_rio", }, ], + "_shelly._tcp.local.": [ + { + "domain": "shelly", + }, + ], "_sideplay._tcp.local.": [ { "domain": "ecobee",