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:
Poshy163 2024-05-28 23:03:32 +09:30 committed by GitHub
parent f07f183a3e
commit 90500c4b97
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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