Detect eero brand for Thread (#91699)

This commit is contained in:
Paulus Schoutsen
2023-04-19 16:18:09 -04:00
committed by GitHub
parent 8d35426c69
commit 6342992791

View File

@@ -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",