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] = {
|
||||
"Amazon": "amazon",
|
||||
"Apple Inc.": "apple",
|
||||
"Aqara": "aqara_gateway",
|
||||
"eero": "eero",
|
||||
"Google Inc.": "google",
|
||||
"HomeAssistant": "homeassistant",
|
||||
"Home Assistant": "homeassistant",
|
||||
"Nanoleaf": "nanoleaf",
|
||||
"OpenThread": "openthread",
|
||||
"Samsung": "samsung",
|
||||
}
|
||||
THREAD_TYPE = "_meshcop._udp.local."
|
||||
CLASS_IN = 1
|
||||
|
|
Loading…
Add table
Reference in a new issue