mirror of
https://github.com/home-assistant/core.git
synced 2025-07-26 22:57:17 +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] = {
|
KNOWN_BRANDS: dict[str | None, str] = {
|
||||||
"Apple Inc.": "apple",
|
"Apple Inc.": "apple",
|
||||||
|
"eero": "eero",
|
||||||
"Google Inc.": "google",
|
"Google Inc.": "google",
|
||||||
"HomeAssistant": "homeassistant",
|
"HomeAssistant": "homeassistant",
|
||||||
"Home Assistant": "homeassistant",
|
"Home Assistant": "homeassistant",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user