mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Add more Thread vendor to brand mappings (#108899)
Thread: Add additional vendor to brand mappings Add additional vendor to brand mappings for known Thread border router vendors.
This commit is contained in:
parent
16a90f8f19
commit
f35e0d8a55
@ -16,11 +16,14 @@ from homeassistant.core import HomeAssistant
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
KNOWN_BRANDS: dict[str | None, str] = {
|
||||
"Amazon": "amazon",
|
||||
"Apple Inc.": "apple",
|
||||
"eero": "eero",
|
||||
"Google Inc.": "google",
|
||||
"HomeAssistant": "homeassistant",
|
||||
"Home Assistant": "homeassistant",
|
||||
"Nanoleaf": "nanoleaf",
|
||||
"OpenThread": "openthread",
|
||||
}
|
||||
THREAD_TYPE = "_meshcop._udp.local."
|
||||
CLASS_IN = 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user