Revert "Make Android app shortcut use 'Home Assistant' as name." (#8271)

* Revert "Version bump to 0.49.0.dev0 (#8266)"

This reverts commit 8e4394f173.

* Revert "Adding done_message to alert (#8116)"

This reverts commit 5e56bc7464.

* Revert "Camera services arm disarm including Netgear Arlo (#7961)"

This reverts commit ed20f7e359.

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

This reverts commit 0bcb7839fb.
This commit is contained in:
Paulus Schoutsen 2017-06-30 21:57:38 -07:00 committed by GitHub
parent 8e4394f173
commit 7123ec14be

View file

@ -31,7 +31,7 @@ MANIFEST_JSON = {
'icons': [],
'lang': 'en-US',
'name': 'Home Assistant',
'short_name': 'Home Assistant',
'short_name': 'Assistant',
'start_url': '/',
'theme_color': '#03A9F4'
}