mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-27 03:06:41 +00:00
Correct grid neutrality card tooltip, make consistent with new colors (#10326)
This commit is contained in:
parent
777e6c4c72
commit
df53364d16
@ -107,7 +107,7 @@ class HuiEnergyGridGaugeCard
|
|||||||
)}
|
)}
|
||||||
<br /><br />
|
<br /><br />
|
||||||
${this.hass.localize(
|
${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>
|
</span>
|
||||||
</paper-tooltip>
|
</paper-tooltip>
|
||||||
|
@ -3027,8 +3027,8 @@
|
|||||||
"self_consumed_solar_could_not_calc": "Self-consumed solar energy couldn't be calculated"
|
"self_consumed_solar_could_not_calc": "Self-consumed solar energy couldn't be calculated"
|
||||||
},
|
},
|
||||||
"grid_neutrality_gauge": {
|
"grid_neutrality_gauge": {
|
||||||
"energy_dependency": "This card represents your energy dependency.",
|
"energy_dependency": "This card indicates your net energy usage.",
|
||||||
"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.",
|
"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_returned_grid": "Net returned to the grid",
|
||||||
"net_consumed_grid": "Net consumed from the grid",
|
"net_consumed_grid": "Net consumed from the grid",
|
||||||
"grid_neutrality_not_calculated": "Grid neutrality could not be calculated"
|
"grid_neutrality_not_calculated": "Grid neutrality could not be calculated"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user