mirror of
https://github.com/home-assistant/core.git
synced 2025-07-17 02:07:09 +00:00
Add Home Assistant with space as brand (#88976)
This commit is contained in:
parent
ee78864b05
commit
b607a09e4b
@ -18,6 +18,7 @@ KNOWN_BRANDS: dict[str | None, str] = {
|
|||||||
"Apple Inc.": "apple",
|
"Apple Inc.": "apple",
|
||||||
"Google Inc.": "google",
|
"Google Inc.": "google",
|
||||||
"HomeAssistant": "homeassistant",
|
"HomeAssistant": "homeassistant",
|
||||||
|
"Home Assistant": "homeassistant",
|
||||||
}
|
}
|
||||||
THREAD_TYPE = "_meshcop._udp.local."
|
THREAD_TYPE = "_meshcop._udp.local."
|
||||||
CLASS_IN = 1
|
CLASS_IN = 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user