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