diff --git a/src/panels/config/info/system-health-card.ts b/src/panels/config/info/system-health-card.ts index 765725b133..2c8551c3d6 100644 --- a/src/panels/config/info/system-health-card.ts +++ b/src/panels/config/info/system-health-card.ts @@ -232,6 +232,9 @@ class SystemHealthCard extends LitElement { `System Health\n\n${haContent}\n\n${domainParts.join("\n\n")}` ); + // Remove temporary heading again + copyElement.removeChild(tempTitle); + this._toolTip!.show(); setTimeout(() => this._toolTip?.hide(), 3000); }