mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-28 11:46:42 +00:00
Add blank between temperature and unit in weather card (#8111)
This commit is contained in:
parent
da07173471
commit
f9d28fc124
@ -219,7 +219,7 @@ class HuiWeatherForecastCard extends LitElement implements LovelaceCard {
|
||||
${formatNumber(
|
||||
stateObj.attributes.temperature,
|
||||
this.hass!.language
|
||||
)}<span>${getWeatherUnit(this.hass, "temperature")}</span>
|
||||
)} <span>${getWeatherUnit(this.hass, "temperature")}</span>
|
||||
</div>
|
||||
<div class="attribute">
|
||||
${this._config.secondary_info_attribute !== undefined
|
||||
|
Loading…
x
Reference in New Issue
Block a user