Change manifest path to /states as this is the path / actually sets. (#11274)

This commit is contained in:
Andrey 2017-12-23 07:05:15 +02:00 committed by Paulus Schoutsen
parent 353bb62687
commit 240098dd7e

View file

@ -49,7 +49,7 @@ MANIFEST_JSON = {
'lang': 'en-US',
'name': 'Home Assistant',
'short_name': 'Assistant',
'start_url': '/',
'start_url': '/states',
'theme_color': DEFAULT_THEME_COLOR
}