From a0f894c379fdb12b642755626cf0066cb372739a Mon Sep 17 00:00:00 2001 From: marq24 Date: Tue, 8 Oct 2024 00:07:04 +0200 Subject: [PATCH] just typo-fix --- custom_components/evcc_intg/manifest.json | 2 +- custom_components/evcc_intg/translations/de.json | 8 ++++---- custom_components/evcc_intg/translations/en.json | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/custom_components/evcc_intg/manifest.json b/custom_components/evcc_intg/manifest.json index 7e0a168..65dbe48 100644 --- a/custom_components/evcc_intg/manifest.json +++ b/custom_components/evcc_intg/manifest.json @@ -10,5 +10,5 @@ "iot_class": "local_polling", "issue_tracker": "https://github.com/marq24/ha-evcc/issues", "requirements": [], - "version": "2024.10.0" + "version": "2024.10.1" } diff --git a/custom_components/evcc_intg/translations/de.json b/custom_components/evcc_intg/translations/de.json index 8a1b991..714698c 100644 --- a/custom_components/evcc_intg/translations/de.json +++ b/custom_components/evcc_intg/translations/de.json @@ -252,10 +252,10 @@ "statthisyearchargedkwh": {"name": "Statistik: dieses Jahr Ladeenergie"}, "statthisyearavgprice": {"name": "Statistik: dieses Jahr Ø Preis"}, "statthisyearavgco2": {"name": "Statistik: dieses Jahr Ø CO₂"}, - "stat365solarpercentage": {"name": "Statistik: letzten 356 Tage Sonnenenergie"}, - "stat365chargedkwh": {"name": "Statistik: letzten 356 Tage Ladeenergie"}, - "stat365avgprice": {"name": "Statistik: letzten 356 Tage Ø Preis"}, - "stat365avgco2": {"name": "Statistik: letzten 356 Tage Ø CO₂"}, + "stat365solarpercentage": {"name": "Statistik: letzten 365 Tage Sonnenenergie"}, + "stat365chargedkwh": {"name": "Statistik: letzten 365 Tage Ladeenergie"}, + "stat365avgprice": {"name": "Statistik: letzten 365 Tage Ø Preis"}, + "stat365avgco2": {"name": "Statistik: letzten 365 Tage Ø CO₂"}, "stat30solarpercentage": {"name": "Statistik: letzten 30 Tage Sonnenenergie"}, "stat30chargedkwh": {"name": "Statistik: letzten 30 Tage Ladeenergie"}, "stat30avgprice": {"name": "Statistik: letzten 30 Tage Ø Preis"}, diff --git a/custom_components/evcc_intg/translations/en.json b/custom_components/evcc_intg/translations/en.json index 96c50bf..d06a54f 100644 --- a/custom_components/evcc_intg/translations/en.json +++ b/custom_components/evcc_intg/translations/en.json @@ -322,10 +322,10 @@ "statthisyearchargedkwh": {"name": "Statistics: This year Charge energy"}, "statthisyearavgprice": {"name": "Statistics: This year Ø Price"}, "statthisyearavgco2": {"name": "Statistics: This year Ø CO₂"}, - "stat365solarpercentage": {"name": "Statistics: Last 356 days Solar"}, - "stat365chargedkwh": {"name": "Statistics: Last 356 days Charge energy"}, - "stat365avgprice": {"name": "Statistics: Last 356 days Ø Price"}, - "stat365avgco2": {"name": "Statistics: Last 356 days Ø CO₂"}, + "stat365solarpercentage": {"name": "Statistics: Last 365 days Solar"}, + "stat365chargedkwh": {"name": "Statistics: Last 365 days Charge energy"}, + "stat365avgprice": {"name": "Statistics: Last 365 days Ø Price"}, + "stat365avgco2": {"name": "Statistics: Last 365 days Ø CO₂"}, "stat30solarpercentage": {"name": "Statistics: Last 30 days Solar"}, "stat30chargedkwh": {"name": "Statistics: Last 30 days Charge energy"}, "stat30avgprice": {"name": "Statistics: Last 30 days Ø Price"},