1
0
mirror of https://github.com/home-assistant/frontend.git synced 2026-04-02 00:27:49 +01:00

Use "export" and "import" in Grid neutrality gauge card (#30183)

This commit is contained in:
Norbert Rittel
2026-03-17 12:11:31 +01:00
committed by GitHub
parent ad092df9e0
commit 0f9d90c217

View File

@@ -8258,10 +8258,10 @@
"self_sufficiency_could_not_calc": "Self-sufficiency couldn't be calculated"
},
"grid_neutrality_gauge": {
"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",
"energy_dependency": "This card indicates your grid energy usage.",
"color_explain": "If the needle is in the purple, you exported more energy to the grid than you imported from it. If it's in the blue, you imported more energy from the grid than you exported.",
"net_returned_grid": "Net exported to the grid",
"net_consumed_grid": "Net imported from the grid",
"grid_neutrality_not_calculated": "Grid neutrality could not be calculated"
},
"energy_distribution": {