diff --git a/src/panels/lovelace/entity-rows/hui-weather-entity-row.ts b/src/panels/lovelace/entity-rows/hui-weather-entity-row.ts index d8c53fa802..54d592670c 100644 --- a/src/panels/lovelace/entity-rows/hui-weather-entity-row.ts +++ b/src/panels/lovelace/entity-rows/hui-weather-entity-row.ts @@ -69,6 +69,7 @@ class HuiWeatherEntityRow extends LitElement implements LovelaceRow { this._config.tap_action && this._config.tap_action.action !== "none" ); + const hasSecondary = this._config.secondary_info; const weatherStateIcon = getWeatherStateIcon(stateObj.state, this); return html` @@ -94,6 +95,7 @@ class HuiWeatherEntityRow extends LitElement implements LovelaceRow {