From 1a732accdded0d38fd296815b7210fa00f122c38 Mon Sep 17 00:00:00 2001 From: WardZhou <33411000+wardmatter@users.noreply.github.com> Date: Tue, 28 Oct 2025 20:01:58 +0800 Subject: [PATCH] Add support for Thread Integration to Display Icons for IKEA TBRs (#155299) --- 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 20289ff1394..34e909d7096 100644 --- a/homeassistant/components/thread/discovery.py +++ b/homeassistant/components/thread/discovery.py @@ -32,6 +32,7 @@ KNOWN_BRANDS: dict[str | None, str] = { "Google Inc.": "google", "HomeAssistant": "homeassistant", "Home Assistant": "homeassistant", + "IKEA": "ikea", "Nanoleaf": "nanoleaf", "OpenThread": "openthread", "Samsung": "samsung",