From 4a5e2617092eac30a10adf6014ee5aeafa1c7122 Mon Sep 17 00:00:00 2001 From: tronikos Date: Sun, 8 Jun 2025 00:53:48 -0700 Subject: [PATCH] Fix typo in Utility Meter always_available (#146320) --- homeassistant/components/utility_meter/strings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/utility_meter/strings.json b/homeassistant/components/utility_meter/strings.json index 4a8ae415a835e8..aadc0f82412c7c 100644 --- a/homeassistant/components/utility_meter/strings.json +++ b/homeassistant/components/utility_meter/strings.json @@ -17,7 +17,7 @@ "tariffs": "Supported tariffs" }, "data_description": { - "always_available": "If activated, the sensor will always be show the last known value, even if the source entity is unavailable or unknown.", + "always_available": "If activated, the sensor will always show the last known value, even if the source entity is unavailable or unknown.", "delta_values": "Enable if the source values are delta values since the last reading instead of absolute values.", "net_consumption": "Enable if the source is a net meter, meaning it can both increase and decrease.", "periodically_resetting": "Enable if the source may periodically reset to 0, for example at boot of the measuring device. If disabled, new readings are directly recorded after data inavailability.",