diff --git a/homeassistant/components/mealie/config_flow.py b/homeassistant/components/mealie/config_flow.py index f0f294e45cb..26e0178f2f0 100644 --- a/homeassistant/components/mealie/config_flow.py +++ b/homeassistant/components/mealie/config_flow.py @@ -161,7 +161,7 @@ class MealieConfigFlow(ConfigFlow, domain=DOMAIN): async def async_step_hassio( self, discovery_info: HassioServiceInfo ) -> ConfigFlowResult: - """Prepare configuration for a Mealie add-on. + """Prepare configuration for a Mealie app. This flow is triggered by the discovery component. """ diff --git a/homeassistant/components/mealie/strings.json b/homeassistant/components/mealie/strings.json index a9a636f2892..bc61c2c9337 100644 --- a/homeassistant/components/mealie/strings.json +++ b/homeassistant/components/mealie/strings.json @@ -14,7 +14,7 @@ }, "error": { "cannot_connect": "[%key:common::config_flow::error::cannot_connect%]", - "ingress_url": "Ingress URLs are only used for accessing the Mealie UI. Use your Home Assistant IP address and the network port within the configuration tab of the Mealie add-on.", + "ingress_url": "Ingress URLs are only used for accessing the Mealie UI. Use your Home Assistant IP address and the network port within the configuration tab of the Mealie app.", "invalid_auth": "[%key:common::config_flow::error::invalid_auth%]", "mealie_version": "Minimum required version is v1.0.0. Please upgrade Mealie and then retry.", "unknown": "[%key:common::config_flow::error::unknown%]" @@ -27,8 +27,8 @@ "data_description": { "api_token": "[%key:component::mealie::common::data_description_api_token%]" }, - "description": "Do you want to configure Home Assistant to connect to the Mealie instance provided by the add-on: {addon}?", - "title": "Mealie via Home Assistant add-on" + "description": "Do you want to configure Home Assistant to connect to the Mealie instance provided by the app: {addon}?", + "title": "Mealie via Home Assistant app" }, "reauth_confirm": { "data": {