mirror of
https://github.com/home-assistant/frontend.git
synced 2025-04-25 05:47:20 +00:00
Change some wording (#9742)
This commit is contained in:
parent
dbcf1cb907
commit
afd1a68c62
@ -123,8 +123,8 @@ class HuiEnergyGridGaugeCard
|
|||||||
></ha-gauge>
|
></ha-gauge>
|
||||||
<div class="name">
|
<div class="name">
|
||||||
${returnedToGrid! >= consumedFromGrid!
|
${returnedToGrid! >= consumedFromGrid!
|
||||||
? "Returned to the grid"
|
? "Netto returned to the grid"
|
||||||
: "Consumed from the grid"}
|
: "Netto consumed from the grid"}
|
||||||
</div>`
|
</div>`
|
||||||
: "Grid neutrality could not be calculated"}
|
: "Grid neutrality could not be calculated"}
|
||||||
</ha-card>
|
</ha-card>
|
||||||
|
@ -355,7 +355,7 @@ export class HuiEnergyUsageGraphCard
|
|||||||
data.push({
|
data.push({
|
||||||
label:
|
label:
|
||||||
type === "used_solar"
|
type === "used_solar"
|
||||||
? "Solar"
|
? "Consumed solar"
|
||||||
: entity
|
: entity
|
||||||
? computeStateName(entity)
|
? computeStateName(entity)
|
||||||
: statId,
|
: statId,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user