+ `
+ )}
+ `,
+ });
+ }
+
+ private async _unhealthyDialog(): Promise {
+ const resolution = await fetchHassioResolution(this.hass);
+ await showAlertDialog(this, {
+ title: "Your installation is unhealthy",
+ text: html`Running an unhealthy installation will cause issues. Below is a
+ list of issues found with your installation, click on the links to learn
+ how you can resolve the issues.