mirror of
https://github.com/home-assistant/core.git
synced 2025-07-11 23:37:18 +00:00
Add Home Assistant Companion to manifest.json so we can sugges… (#31808)
This commit is contained in:
parent
3018e8ff47
commit
f6341ed3de
@ -62,6 +62,10 @@ MANIFEST_JSON = {
|
|||||||
"short_name": "Assistant",
|
"short_name": "Assistant",
|
||||||
"start_url": "/?homescreen=1",
|
"start_url": "/?homescreen=1",
|
||||||
"theme_color": DEFAULT_THEME_COLOR,
|
"theme_color": DEFAULT_THEME_COLOR,
|
||||||
|
"prefer_related_applications": True,
|
||||||
|
"related_applications": [
|
||||||
|
{"platform": "play", "id": "io.homeassistant.companion.android"}
|
||||||
|
],
|
||||||
}
|
}
|
||||||
|
|
||||||
DATA_PANELS = "frontend_panels"
|
DATA_PANELS = "frontend_panels"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user