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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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