mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Detect eero brand for Thread (#91699)
This commit is contained in:
parent
8d35426c69
commit
6342992791
@ -17,6 +17,7 @@ _LOGGER = logging.getLogger(__name__)
|
||||
|
||||
KNOWN_BRANDS: dict[str | None, str] = {
|
||||
"Apple Inc.": "apple",
|
||||
"eero": "eero",
|
||||
"Google Inc.": "google",
|
||||
"HomeAssistant": "homeassistant",
|
||||
"Home Assistant": "homeassistant",
|
||||
|
Loading…
x
Reference in New Issue
Block a user