Make Android app shortcut use 'Home Assistant' as name instead of just 'Assistant'. (#8261)
This commit is contained in:
parent
17237e9d3f
commit
0bcb7839fb
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ MANIFEST_JSON = {
|
|||
'icons': [],
|
||||
'lang': 'en-US',
|
||||
'name': 'Home Assistant',
|
||||
'short_name': 'Assistant',
|
||||
'short_name': 'Home Assistant',
|
||||
'start_url': '/',
|
||||
'theme_color': '#03A9F4'
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue