1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-24 20:55:49 +00:00

Add an onboarding flow (#1452)

* Add an onboarding flow

* Address comments
This commit is contained in:
Paulus Schoutsen
2018-07-17 10:05:27 +02:00
committed by GitHub
parent 84b0542fb6
commit 90328cfc33
11 changed files with 222 additions and 3 deletions

View File

@@ -20,6 +20,7 @@ function createConfig(isProdBuild, latestBuild) {
const entry = {
app: './src/entrypoints/app.js',
authorize: './src/entrypoints/authorize.js',
onboarding: './src/entrypoints/onboarding.js',
core: './src/entrypoints/core.js',
compatibility: './src/entrypoints/compatibility.js',
'custom-panel': './src/entrypoints/custom-panel.js',