diff --git a/src/panels/lovelace/cards/hui-weather-forecast-card.ts b/src/panels/lovelace/cards/hui-weather-forecast-card.ts index 156e76d3a7..58131756b9 100644 --- a/src/panels/lovelace/cards/hui-weather-forecast-card.ts +++ b/src/panels/lovelace/cards/hui-weather-forecast-card.ts @@ -219,7 +219,7 @@ class HuiWeatherForecastCard extends LitElement implements LovelaceCard { ${formatNumber( stateObj.attributes.temperature, this.hass!.language - )}${getWeatherUnit(this.hass, "temperature")} + )} ${getWeatherUnit(this.hass, "temperature")}
${this._config.secondary_info_attribute !== undefined