From fe65ef72a759eb143b9942fbfc3e5fad47fad854 Mon Sep 17 00:00:00 2001 From: Maciej Bieniek Date: Sat, 18 May 2024 11:24:39 +0200 Subject: [PATCH] Add missing string `reconfigure_successful` for NAM reconfigure flow (#117683) Add missing string reconfigure_successful Co-authored-by: Maciej Bieniek <478555+bieniu@users.noreply.github.com> --- homeassistant/components/nam/strings.json | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/nam/strings.json b/homeassistant/components/nam/strings.json index 602faebdcd7..be41f50c7b6 100644 --- a/homeassistant/components/nam/strings.json +++ b/homeassistant/components/nam/strings.json @@ -48,6 +48,7 @@ "device_unsupported": "The device is unsupported.", "reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]", "reauth_unsuccessful": "Re-authentication was unsuccessful, please remove the integration and set it up again.", + "reconfigure_successful": "[%key:common::config_flow::abort::reconfigure_successful%]", "another_device": "The IP address/hostname of another Nettigo Air Monitor was used." } },