mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 05:05:09 +02: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:
@@ -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
|
||||||
|
Reference in New Issue
Block a user