From c41dc254696d44d71a304fc3165f4793e13684df Mon Sep 17 00:00:00 2001 From: Christophe Gagnier Date: Wed, 23 Sep 2026 16:44:05 -0400 Subject: [PATCH] Use common string references for Low and High in Hot Spring (#183000) Co-authored-by: Moustachauve <2206577+Moustachauve@users.noreply.github.com> --- homeassistant/components/hotspring/strings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/hotspring/strings.json b/homeassistant/components/hotspring/strings.json index 20c3e5719cde..0e62846843ca 100644 --- a/homeassistant/components/hotspring/strings.json +++ b/homeassistant/components/hotspring/strings.json @@ -59,8 +59,8 @@ "jet": { "name": "Jet {jet}", "state": { - "high": "High", - "low": "Low", + "high": "[%key:common::state::high%]", + "low": "[%key:common::state::low%]", "off": "[%key:common::state::off%]" } }