Change some wording (#9742)

This commit is contained in:
Bram Kragten 2021-08-09 20:43:54 +02:00 committed by GitHub
parent dbcf1cb907
commit afd1a68c62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -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>

View File

@ -355,7 +355,7 @@ export class HuiEnergyUsageGraphCard
data.push({
label:
type === "used_solar"
? "Solar"
? "Consumed solar"
: entity
? computeStateName(entity)
: statId,