From d82611331913dbb3128146c991d09cc2757cbbb1 Mon Sep 17 00:00:00 2001 From: Norbert Rittel Date: Mon, 2 Dec 2024 11:30:56 +0100 Subject: [PATCH] Change "Energy usage" to "Electricity usage" (#23091) The energy dashboard tracks the total energy of a home, including the gas consumption in a separate graph (if configured). The topmost graph is currently labeled "Energy usage" but it does only cover the electricity consumption and production. Also note the "Energy distribution" next to it includes gas, too. Thus the title is misleading and needs to be changed to "Electricity usage" to make this clearer. --- src/translations/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/translations/en.json b/src/translations/en.json index 2f6d2e5279..0acff09b72 100644 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -7523,7 +7523,7 @@ "by_device": "Consumption by device" }, "cards": { - "energy_usage_graph_title": "Energy usage", + "energy_usage_graph_title": "Electricity usage", "energy_solar_graph_title": "Solar production", "energy_gas_graph_title": "Gas consumption", "energy_water_graph_title": "Water consumption",