Thread: Add more Thread vendor to brand mappings (#115888)
Co-authored-by: Stefan Agner <stefan@agner.ch> Co-authored-by: Robert Resch <robert@resch.dev>
This commit is contained in:
parent
f07f183a3e
commit
90500c4b97
1 changed files with 2 additions and 0 deletions
|
@ -19,12 +19,14 @@ _LOGGER = logging.getLogger(__name__)
|
||||||
KNOWN_BRANDS: dict[str | None, str] = {
|
KNOWN_BRANDS: dict[str | None, str] = {
|
||||||
"Amazon": "amazon",
|
"Amazon": "amazon",
|
||||||
"Apple Inc.": "apple",
|
"Apple Inc.": "apple",
|
||||||
|
"Aqara": "aqara_gateway",
|
||||||
"eero": "eero",
|
"eero": "eero",
|
||||||
"Google Inc.": "google",
|
"Google Inc.": "google",
|
||||||
"HomeAssistant": "homeassistant",
|
"HomeAssistant": "homeassistant",
|
||||||
"Home Assistant": "homeassistant",
|
"Home Assistant": "homeassistant",
|
||||||
"Nanoleaf": "nanoleaf",
|
"Nanoleaf": "nanoleaf",
|
||||||
"OpenThread": "openthread",
|
"OpenThread": "openthread",
|
||||||
|
"Samsung": "samsung",
|
||||||
}
|
}
|
||||||
THREAD_TYPE = "_meshcop._udp.local."
|
THREAD_TYPE = "_meshcop._udp.local."
|
||||||
CLASS_IN = 1
|
CLASS_IN = 1
|
||||||
|
|
Loading…
Add table
Reference in a new issue