From a2bd7d5857391059ce1055318e5a387d9df211c6 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sun, 14 Jun 2026 18:58:52 +0200 Subject: [PATCH] Add missing flow form field translation in blink (#173756) --- homeassistant/components/blink/strings.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/homeassistant/components/blink/strings.json b/homeassistant/components/blink/strings.json index 7bf075f18c9d..d68d3e997101 100644 --- a/homeassistant/components/blink/strings.json +++ b/homeassistant/components/blink/strings.json @@ -26,6 +26,12 @@ "description": "The credentials for {username} need to be updated", "title": "Re-authenticate Blink" }, + "reconfigure": { + "data": { + "password": "[%key:common::config_flow::data::password%]", + "username": "[%key:common::config_flow::data::username%]" + } + }, "user": { "data": { "password": "[%key:common::config_flow::data::password%]",