Make Android app shortcut use 'Home Assistant' as name instead of just 'Assistant'. (#8261)

This commit is contained in:
Michaël Arnauts 2017-06-30 18:51:07 +02:00 committed by Fabian Affolter
parent 17237e9d3f
commit 0bcb7839fb

View file

@ -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'
}