From c91d64e04db69da6c82a9b40335e0f2655992fcb Mon Sep 17 00:00:00 2001 From: WardZhou <33411000+derbirch@users.noreply.github.com> Date: Sat, 13 Sep 2025 00:45:43 +0200 Subject: [PATCH] Add support for Thread Integration to Display Icons for GLiNet TBRs (#151386) --- 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 4bd4c6e81f7..20289ff1394 100644 --- a/homeassistant/components/thread/discovery.py +++ b/homeassistant/components/thread/discovery.py @@ -28,6 +28,7 @@ KNOWN_BRANDS: dict[str | None, str] = { "Apple Inc.": "apple", "Aqara": "aqara_gateway", "eero": "eero", + "GL.iNET Inc.": "glinet", "Google Inc.": "google", "HomeAssistant": "homeassistant", "Home Assistant": "homeassistant",