From afb973938e853745d335368c8390036c126b9a06 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Wed, 16 Apr 2025 19:07:22 -1000 Subject: [PATCH] fixes --- homeassistant/components/esphome/strings.json | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/esphome/strings.json b/homeassistant/components/esphome/strings.json index dcf3f50040e..5af7ecb7c3c 100644 --- a/homeassistant/components/esphome/strings.json +++ b/homeassistant/components/esphome/strings.json @@ -11,6 +11,7 @@ "mqtt_missing_ip": "Missing IP address in MQTT properties.", "mqtt_missing_payload": "Missing MQTT Payload.", "name_conflict_migrated": "The configuration for `{name}` has been migrated to a new device with MAC address `{mac}` from `{existing_mac}`.", + "reconfigure_successful": "[%key:common::config_flow::abort::reconfigure_successful%]", "reconfigure_unique_id_changed": "**Reconfiguration of `{name}` was aborted** because the provided connection settings refer to a different device: `{unexpected_device_name}` (MAC: `{unexpected_mac}`) instead of the expected device (MAC: `{expected_mac}`)." }, "error": {