mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-28 19:56: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(
|
${formatNumber(
|
||||||
stateObj.attributes.temperature,
|
stateObj.attributes.temperature,
|
||||||
this.hass!.language
|
this.hass!.language
|
||||||
)}<span>${getWeatherUnit(this.hass, "temperature")}</span>
|
)} <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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user