From f54781e3b2574545aaa7deeec05a38667308cdef Mon Sep 17 00:00:00 2001 From: TimL Date: Tue, 14 Jul 2026 02:05:51 +1000 Subject: [PATCH] Add SMLIGHT to Thread known brands (#176415) --- homeassistant/components/thread/discovery.py | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/thread/discovery.py b/homeassistant/components/thread/discovery.py index 850c5ec37ccc..a6ddb29099b5 100644 --- a/homeassistant/components/thread/discovery.py +++ b/homeassistant/components/thread/discovery.py @@ -36,6 +36,7 @@ KNOWN_BRANDS: dict[str | None, str] = { "OpenThread": "openthread", "Samsung": "samsung", "SmartThings": "smartthings", + "SMLIGHT": "smlight", "Yeelight": "yeelight", } THREAD_TYPE = "_meshcop._udp.local."