Correct grid neutrality card tooltip, make consistent with new colors (#10326)

This commit is contained in:
Will Adler 2021-10-19 16:53:06 -04:00 committed by GitHub
parent 777e6c4c72
commit df53364d16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -107,7 +107,7 @@ class HuiEnergyGridGaugeCard
)}
<br /><br />
${this.hass.localize(
"ui.panel.lovelace.cards.energy.grid_neutrality_gauge.red_green_color_explain"
"ui.panel.lovelace.cards.energy.grid_neutrality_gauge.color_explain"
)}
</span>
</paper-tooltip>

View File

@ -3027,8 +3027,8 @@
"self_consumed_solar_could_not_calc": "Self-consumed solar energy couldn't be calculated"
},
"grid_neutrality_gauge": {
"energy_dependency": "This card represents your energy dependency.",
"red_green_color_explain": "If it's green, it means you produced more energy than that you consumed from the grid. If it's in the red, it means that you relied on the grid for part of your home's energy consumption.",
"energy_dependency": "This card indicates your net energy usage.",
"color_explain": "If the needle is in the purple, you returned more energy to the grid than you consumed from it. If it's in the blue, you consumed more energy from the grid than you returned.",
"net_returned_grid": "Net returned to the grid",
"net_consumed_grid": "Net consumed from the grid",
"grid_neutrality_not_calculated": "Grid neutrality could not be calculated"