Skip to content

Commit

Permalink
Adjust message about offline database migration (#21460)
Browse files Browse the repository at this point in the history
Tweak message about offline database migration
  • Loading branch information
emontnemery authored Jul 24, 2024
1 parent 6791e85 commit 8911b55
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/layouts/ha-init-page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,13 @@ class HaInitPage extends LitElement {
</div>
<div id="loading-text">
${this.migration
? "Database migration in progress, please wait this might take some time"
? html`
Database upgrade is in progress, Home Assistant will not start
until the upgrade is completed.
<br /><br />
The upgrade may need a long time to complete, please be
patient.
`
: "Loading data"}
</div>
`;
Expand Down

0 comments on commit 8911b55

Please sign in to comment.