From e2f5a4849cd319c084070c0fae3e345fb16381aa Mon Sep 17 00:00:00 2001 From: Manu <4445816+tr4nt0r@users.noreply.github.com> Date: Wed, 28 Jan 2026 18:52:26 +0100 Subject: [PATCH] Rename add-on to app in MQTT discovery flow (#161711) Co-authored-by: Norbert Rittel --- homeassistant/components/mqtt/strings.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/homeassistant/components/mqtt/strings.json b/homeassistant/components/mqtt/strings.json index 9fb181d5bc6..a0688576dc0 100644 --- a/homeassistant/components/mqtt/strings.json +++ b/homeassistant/components/mqtt/strings.json @@ -1,10 +1,10 @@ { "config": { "abort": { - "addon_connection_failed": "Failed to connect to the {addon} add-on. Check the add-on status and try again later.", - "addon_info_failed": "Failed get info for the {addon} add-on.", - "addon_install_failed": "Failed to install the {addon} add-on.", - "addon_start_failed": "Failed to start the {addon} add-on.", + "addon_connection_failed": "Failed to connect to the {addon} app. Check the app status and try again later.", + "addon_info_failed": "Failed get info for the {addon} app.", + "addon_install_failed": "Failed to install the {addon} app.", + "addon_start_failed": "Failed to start the {addon} app.", "already_configured": "[%key:common::config_flow::abort::already_configured_service%]", "reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]", "reconfigure_successful": "[%key:common::config_flow::abort::reconfigure_successful%]", @@ -68,11 +68,11 @@ "description": "Please enter the connection information of your MQTT broker." }, "hassio_confirm": { - "description": "Do you want to configure Home Assistant to connect to the MQTT broker provided by the add-on {addon}?", - "title": "MQTT broker via Home Assistant add-on" + "description": "Do you want to configure Home Assistant to connect to the MQTT broker provided by the {addon} app?", + "title": "MQTT broker via Home Assistant app" }, "install_addon": { - "title": "Installing add-on" + "title": "Installing app" }, "reauth_confirm": { "data": { @@ -87,12 +87,12 @@ "title": "Re-authentication required with the MQTT broker" }, "start_addon": { - "title": "Starting add-on" + "title": "Starting app" }, "user": { "description": "Please choose how you want to connect to the MQTT broker:", "menu_options": { - "addon": "Use the official {addon} add-on.", + "addon": "Use the official {addon} app.", "broker": "Manually enter the MQTT broker connection details" } } @@ -1085,7 +1085,7 @@ }, "exceptions": { "addon_start_failed": { - "message": "Failed to correctly start {addon} add-on." + "message": "Failed to correctly start {addon} app." }, "command_template_error": { "message": "Parsing template `{command_template}` for entity `{entity_id}` failed with error: {error}."