diff --git a/src/panels/config/info/ha-config-info.ts b/src/panels/config/info/ha-config-info.ts index 6ca1a73e04..93c55db689 100644 --- a/src/panels/config/info/ha-config-info.ts +++ b/src/panels/config/info/ha-config-info.ts @@ -67,7 +67,7 @@ class HaConfigInfo extends LitElement { Home Assistant Supervisor ${this._hassioInfo.supervisor} ` : ""} - ${this._osInfo + ${this._osInfo?.version ? html`

Home Assistant OS ${this._osInfo.version}

` : ""} ${this._hostInfo