From bfa707d79eb6dd7f400f6fe654b6b591085659ad Mon Sep 17 00:00:00 2001 From: Norbert Rittel Date: Thu, 5 Mar 2026 08:32:46 +0100 Subject: [PATCH] Use common string for "host" in `devialet` config flow (#164798) --- homeassistant/components/devialet/strings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/devialet/strings.json b/homeassistant/components/devialet/strings.json index cc3f2d270f8a..3e157561cddc 100644 --- a/homeassistant/components/devialet/strings.json +++ b/homeassistant/components/devialet/strings.json @@ -13,7 +13,7 @@ }, "user": { "data": { - "host": "Host" + "host": "[%key:common::config_flow::data::host%]" }, "description": "Please enter the host name or IP address of the Devialet device." }