Frontend component should auto load auth coomponent (#15606)

This commit is contained in:
Jason Hu 2018-07-22 00:49:58 -07:00 committed by Paulus Schoutsen
parent ef3a83048c
commit 33f1577dac
2 changed files with 14 additions and 1 deletions

View file

@ -29,7 +29,8 @@ from homeassistant.util.yaml import load_yaml
REQUIREMENTS = ['home-assistant-frontend==20180720.0']
DOMAIN = 'frontend'
DEPENDENCIES = ['api', 'websocket_api', 'http', 'system_log', 'onboarding']
DEPENDENCIES = ['api', 'websocket_api', 'http', 'system_log',
'auth', 'onboarding']
CONF_THEMES = 'themes'
CONF_EXTRA_HTML_URL = 'extra_html_url'