From 931f3fa41a4eda79bfd219ebd2f87c4a55a468a7 Mon Sep 17 00:00:00 2001 From: Norbert Rittel Date: Tue, 29 Apr 2025 20:01:41 +0200 Subject: [PATCH] Fix spelling of "self-consumption" in `tessie`/`tesla_fleet`/`teslemetry` (#143890) * Fix spelling of "self-consumption" in `tessie` * Fix spelling of "self-consumption" in `tesla_fleet` * Fix spelling of "self-consumption" in `teslemetry` --- homeassistant/components/tesla_fleet/strings.json | 2 +- homeassistant/components/teslemetry/strings.json | 2 +- homeassistant/components/tessie/strings.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/tesla_fleet/strings.json b/homeassistant/components/tesla_fleet/strings.json index 04bad432919..04ccbd13b44 100644 --- a/homeassistant/components/tesla_fleet/strings.json +++ b/homeassistant/components/tesla_fleet/strings.json @@ -287,7 +287,7 @@ "state": { "autonomous": "Autonomous", "backup": "Backup", - "self_consumption": "Self consumption" + "self_consumption": "Self-consumption" } } }, diff --git a/homeassistant/components/teslemetry/strings.json b/homeassistant/components/teslemetry/strings.json index 20c1e0ae085..1135efa04eb 100644 --- a/homeassistant/components/teslemetry/strings.json +++ b/homeassistant/components/teslemetry/strings.json @@ -376,7 +376,7 @@ "state": { "autonomous": "Autonomous", "backup": "Backup", - "self_consumption": "Self consumption" + "self_consumption": "Self-consumption" } } }, diff --git a/homeassistant/components/tessie/strings.json b/homeassistant/components/tessie/strings.json index fa0c7f8c1f7..f3455845fd7 100644 --- a/homeassistant/components/tessie/strings.json +++ b/homeassistant/components/tessie/strings.json @@ -336,7 +336,7 @@ "state": { "autonomous": "Autonomous", "backup": "Backup", - "self_consumption": "Self consumption" + "self_consumption": "Self-consumption" } } },