mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 05:05:09 +02:00
Detect eero brand for Thread (#91699)
This commit is contained in:
@@ -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",
|
||||||
|
Reference in New Issue
Block a user