mirror of
https://github.com/home-assistant/core.git
synced 2025-07-20 19:57:07 +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__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
KNOWN_BRANDS: dict[str | None, str] = {
|
KNOWN_BRANDS: dict[str | None, str] = {
|
||||||
|
"Amazon": "amazon",
|
||||||
"Apple Inc.": "apple",
|
"Apple Inc.": "apple",
|
||||||
"eero": "eero",
|
"eero": "eero",
|
||||||
"Google Inc.": "google",
|
"Google Inc.": "google",
|
||||||
"HomeAssistant": "homeassistant",
|
"HomeAssistant": "homeassistant",
|
||||||
"Home Assistant": "homeassistant",
|
"Home Assistant": "homeassistant",
|
||||||
|
"Nanoleaf": "nanoleaf",
|
||||||
|
"OpenThread": "openthread",
|
||||||
}
|
}
|
||||||
THREAD_TYPE = "_meshcop._udp.local."
|
THREAD_TYPE = "_meshcop._udp.local."
|
||||||
CLASS_IN = 1
|
CLASS_IN = 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user