From ef9d15cc140e907a43a4c666bbe0f273e2b7b4a0 Mon Sep 17 00:00:00 2001 From: Parker Brown <17183625+parkerbxyz@users.noreply.github.com> Date: Tue, 18 Feb 2025 01:17:31 +0000 Subject: [PATCH] Update threshold indication translations --- homeassistant/components/aranet/strings.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/aranet/strings.json b/homeassistant/components/aranet/strings.json index cc287cc003d..316de46a5c2 100644 --- a/homeassistant/components/aranet/strings.json +++ b/homeassistant/components/aranet/strings.json @@ -27,9 +27,9 @@ "threshold_indication": { "state": { "error": "Error", - "green": "Normal", - "yellow": "Elevated", - "red": "Unhealthy" + "green": "Green", + "yellow": "Yellow", + "red": "Red" } } }