Skip to content

Commit

Permalink
Thread: Add more Thread vendor to brand mappings (#115888)
Browse files Browse the repository at this point in the history
Co-authored-by: Stefan Agner <[email protected]>
Co-authored-by: Robert Resch <[email protected]>
  • Loading branch information
3 people authored May 28, 2024
1 parent f07f183 commit 90500c4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions homeassistant/components/thread/discovery.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,14 @@
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
Expand Down

0 comments on commit 90500c4

Please sign in to comment.