diff --git a/src/panels/config/info/system-health-card.ts b/src/panels/config/info/system-health-card.ts index 2c8551c3d6..765725b133 100644 --- a/src/panels/config/info/system-health-card.ts +++ b/src/panels/config/info/system-health-card.ts @@ -232,9 +232,6 @@ 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); }