Rename add-on to app in Mealie discovery flow (#161704)

This commit is contained in:
Manu
2026-01-27 21:48:52 +01:00
committed by GitHub
parent 83ace00e14
commit de834f9988
2 changed files with 4 additions and 4 deletions

View File

@@ -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.
"""

View File

@@ -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": {