diff --git a/src/layouts/home-assistant.ts b/src/layouts/home-assistant.ts index e9cbe62888..b7841fada3 100644 --- a/src/layouts/home-assistant.ts +++ b/src/layouts/home-assistant.ts @@ -200,6 +200,11 @@ export class HomeAssistantAppEl extends QuickBarMixin(HassElement) { } protected async checkDataBaseMigration() { + if (__DEMO__) { + this._databaseMigration = false; + return; + } + let recorderInfoProm: Promise | undefined; const preloadWindow = window as WindowWithPreloads; // On first load, we speed up loading page by having recorderInfoProm ready