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>
|
||||
<div class="name">
|
||||
${returnedToGrid! >= consumedFromGrid!
|
||||
? "Returned to the grid"
|
||||
: "Consumed from the grid"}
|
||||
? "Netto returned to the grid"
|
||||
: "Netto consumed from the grid"}
|
||||
</div>`
|
||||
: "Grid neutrality could not be calculated"}
|
||||
</ha-card>
|
||||
|
@ -355,7 +355,7 @@ export class HuiEnergyUsageGraphCard
|
||||
data.push({
|
||||
label:
|
||||
type === "used_solar"
|
||||
? "Solar"
|
||||
? "Consumed solar"
|
||||
: entity
|
||||
? computeStateName(entity)
|
||||
: statId,
|
||||
|
Loading…
x
Reference in New Issue
Block a user