Add blank between temperature and unit in weather card (#8111)

This commit is contained in:
Philip Allgaier 2021-01-08 11:10:39 +01:00 committed by GitHub
parent da07173471
commit f9d28fc124
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -219,7 +219,7 @@ class HuiWeatherForecastCard extends LitElement implements LovelaceCard {
${formatNumber( ${formatNumber(
stateObj.attributes.temperature, stateObj.attributes.temperature,
this.hass!.language this.hass!.language
)}<span>${getWeatherUnit(this.hass, "temperature")}</span> )}&nbsp;<span>${getWeatherUnit(this.hass, "temperature")}</span>
</div> </div>
<div class="attribute"> <div class="attribute">
${this._config.secondary_info_attribute !== undefined ${this._config.secondary_info_attribute !== undefined