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%]",