From 377fdceb6c8bc0e780a4fe83ab80de029366e49f Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sun, 14 Jun 2026 19:00:56 +0200 Subject: [PATCH] Add missing flow form field translation in melnor (#173752) --- homeassistant/components/melnor/strings.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/homeassistant/components/melnor/strings.json b/homeassistant/components/melnor/strings.json index c07cc8ef3214..c51c76044361 100644 --- a/homeassistant/components/melnor/strings.json +++ b/homeassistant/components/melnor/strings.json @@ -8,6 +8,11 @@ "bluetooth_confirm": { "description": "Do you want to add the Melnor Bluetooth valve `{name}` to Home Assistant?", "title": "Discovered Melnor Bluetooth valve" + }, + "pick_device": { + "data": { + "address": "[%key:common::config_flow::data::device%]" + } } } },