mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-21 03:03:17 +01:00
Rename add-on to app in Mealie discovery flow (#161704)
This commit is contained in:
@@ -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.
|
||||
"""
|
||||
|
||||
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user