mirror of
https://github.com/home-assistant/core.git
synced 2025-08-02 12:15:08 +02:00
Make Android app shortcut use 'Home Assistant' as name instead of just 'Assistant'. (#8261)
This commit is contained in:
committed by
Fabian Affolter
parent
17237e9d3f
commit
0bcb7839fb
@@ -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'
|
||||
}
|
||||
|
Reference in New Issue
Block a user