From d17266686c4415318395495dc6f707d349ad9fd6 Mon Sep 17 00:00:00 2001 From: Christopher Fenner <9592452+CFenner@users.noreply.github.com> Date: Mon, 11 Dec 2023 08:46:08 +0100 Subject: [PATCH] Update strings.json --- homeassistant/components/vicare/strings.json | 24 ++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/homeassistant/components/vicare/strings.json b/homeassistant/components/vicare/strings.json index e9ee272edd8..0f3d729f670 100644 --- a/homeassistant/components/vicare/strings.json +++ b/homeassistant/components/vicare/strings.json @@ -143,6 +143,30 @@ "gas_consumption_heating_this_year": { "name": "Heating gas consumption this year" }, + "gas_consumption_fuelcell_today": { + "name": "Fuel cell gas consumption today" + }, + "gas_consumption_fuelcell_this_week": { + "name": "Fuel cell gas consumption this week" + }, + "gas_consumption_fuelcell_this_month": { + "name": "Fuel cell gas consumption this month" + }, + "gas_consumption_fuelcell_this_year": { + "name": "Fuel cell gas consumption this year" + }, + "gas_consumption_total_today": { + "name": "Gas consumption today" + }, + "gas_consumption_total_this_week": { + "name": "Gas consumption this week" + }, + "gas_consumption_total_this_month": { + "name": "Gas consumption this month" + }, + "gas_consumption_total_this_year": { + "name": "Gas consumption this year" + }, "gas_summary_consumption_heating_currentday": { "name": "Heating gas consumption current day" },