Fix extra space in energy-dist-card (#12905)

This commit is contained in:
loeffelpan 2022-06-07 17:18:52 +02:00 committed by GitHub
parent 578ff5b53f
commit dbaf955525
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -489,8 +489,8 @@ class HuiEnergyDistrubutionCard
<ha-svg-icon <ha-svg-icon
class="small" class="small"
.path=${mdiArrowUp} .path=${mdiArrowUp}
></ha-svg-icon> ></ha-svg-icon
${formatNumber(totalBatteryOut || 0, this.hass.locale, { >${formatNumber(totalBatteryOut || 0, this.hass.locale, {
maximumFractionDigits: 1, maximumFractionDigits: 1,
})} })}
kWh</span kWh</span