Add Home Assistant Companion to manifest.json so we can sugges… (#31808)

This commit is contained in:
Robbie Trencheny 2020-02-13 15:44:45 -08:00 committed by GitHub
parent 3018e8ff47
commit f6341ed3de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,6 +62,10 @@ MANIFEST_JSON = {
"short_name": "Assistant",
"start_url": "/?homescreen=1",
"theme_color": DEFAULT_THEME_COLOR,
"prefer_related_applications": True,
"related_applications": [
{"platform": "play", "id": "io.homeassistant.companion.android"}
],
}
DATA_PANELS = "frontend_panels"