mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 18:26:35 +00:00
parent
7a87dc4d8a
commit
f969299567
@ -450,7 +450,7 @@ const getEnergyData = async (
|
|||||||
)),
|
)),
|
||||||
...(await fetchStatistics(
|
...(await fetchStatistics(
|
||||||
hass!,
|
hass!,
|
||||||
startMinHour,
|
compareStartMinHour,
|
||||||
end,
|
end,
|
||||||
waterStatIds,
|
waterStatIds,
|
||||||
period,
|
period,
|
||||||
|
@ -980,7 +980,7 @@ export class HuiEnergySourcesTableCard
|
|||||||
class="mdc-data-table__cell mdc-data-table__cell--numeric"
|
class="mdc-data-table__cell mdc-data-table__cell--numeric"
|
||||||
>
|
>
|
||||||
${formatNumber(totalWaterCompare, this.hass.locale)}
|
${formatNumber(totalWaterCompare, this.hass.locale)}
|
||||||
${gasUnit}
|
${waterUnit}
|
||||||
</td>
|
</td>
|
||||||
${showCosts
|
${showCosts
|
||||||
? html`<td
|
? html`<td
|
||||||
|
Loading…
x
Reference in New Issue
Block a user