mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-28 03:36:44 +00:00
Netto -> Net (#9798)
This commit is contained in:
parent
5dad18c85f
commit
304bd002ae
@ -124,8 +124,8 @@ class HuiEnergyGridGaugeCard
|
|||||||
></ha-gauge>
|
></ha-gauge>
|
||||||
<div class="name">
|
<div class="name">
|
||||||
${returnedToGrid! >= consumedFromGrid!
|
${returnedToGrid! >= consumedFromGrid!
|
||||||
? "Netto returned to the grid"
|
? "Net returned to the grid"
|
||||||
: "Netto consumed from the grid"}
|
: "Net consumed from the grid"}
|
||||||
</div>`
|
</div>`
|
||||||
: "Grid neutrality could not be calculated"}
|
: "Grid neutrality could not be calculated"}
|
||||||
</ha-card>
|
</ha-card>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user