From 2147a851c3ff8adac9f27fba4c277ddf9ed1de16 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sun, 14 Jun 2026 19:00:12 +0200 Subject: [PATCH] Fix flow form field translation key in meteoclimatic (#173754) --- homeassistant/components/meteoclimatic/strings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/meteoclimatic/strings.json b/homeassistant/components/meteoclimatic/strings.json index d325d1f10c22..1ce56f571cd9 100644 --- a/homeassistant/components/meteoclimatic/strings.json +++ b/homeassistant/components/meteoclimatic/strings.json @@ -10,10 +10,10 @@ "step": { "user": { "data": { - "code": "Station code" + "station_code": "Station code" }, "data_description": { - "code": "Looks like ESCAT4300000043206B" + "station_code": "Looks like ESCAT4300000043206B" } } }