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

View File

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