diff --git a/hassio/src/system/hassio-supervisor-info.ts b/hassio/src/system/hassio-supervisor-info.ts index 0452bd5188..71b21423e0 100644 --- a/hassio/src/system/hassio-supervisor-info.ts +++ b/hassio/src/system/hassio-supervisor-info.ts @@ -61,24 +61,26 @@ class HassioSupervisorInfo extends LitElement {
- - - Share Diagnostics - -
- Share crash reports and diagnostic information. - -
- -
+ ${this.supervisorInfo?.healthy + ? html` + + Share Diagnostics + +
+ Share crash reports and diagnostic information. + +
+ +
` + : ""}
${this._errors ? html`
Error: ${this._errors}
`