+ ${this.message
+ ? html`
${this.message}
`
+ : nothing}
`;
}
@@ -80,9 +92,14 @@ class HassLoadingScreen extends LitElement {
.content {
height: calc(100% - var(--header-height));
display: flex;
+ flex-direction: column;
align-items: center;
justify-content: center;
}
+ #loading-text {
+ max-width: 350px;
+ margin-top: 16px;
+ }
`,
];
}
diff --git a/src/translations/en.json b/src/translations/en.json
index 39ae20882b..b1729cba5c 100644
--- a/src/translations/en.json
+++ b/src/translations/en.json
@@ -5927,8 +5927,9 @@
"error_addon_info": "Unable to fetch add-on info to start Ingress",
"error_addon_not_installed": "The add-on is not installed. Please install it first",
"error_addon_not_supported": "This add-on does not support Ingress",
- "error_addon_not_running": "Add-on is not running. Do you want to start it now?",
+ "error_addon_not_running": "The add-on is not running. Do you want to start it now?",
"start_addon": "Start add-on",
+ "addon_starting": "The add-on is starting, this can take some time...",
"error_starting_addon": "Error starting the add-on",
"error_creating_session": "Unable to create an Ingress session",
"error_addon_not_ready": "The add-on seems to not be ready, it might still be starting. Do you want to try again?",