1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-15 07:36:16 +00:00

Rename add-on to app in pyLoad (#161693)

This commit is contained in:
Manu
2026-01-27 21:47:37 +01:00
committed by GitHub
parent 9418217d38
commit 057d24a227
2 changed files with 3 additions and 3 deletions

View File

@@ -223,7 +223,7 @@ class PyLoadConfigFlow(ConfigFlow, domain=DOMAIN):
async def async_step_hassio(
self, discovery_info: HassioServiceInfo
) -> ConfigFlowResult:
"""Prepare configuration for pyLoad add-on.
"""Prepare configuration for pyLoad app.
This flow is triggered by the discovery component.
"""

View File

@@ -20,8 +20,8 @@
"password": "[%key:component::pyload::config::step::user::data_description::password%]",
"username": "[%key:component::pyload::config::step::user::data_description::username%]"
},
"description": "Do you want to configure Home Assistant to connect to the pyLoad service provided by the add-on: {addon}?",
"title": "pyLoad via Home Assistant add-on"
"description": "Do you want to configure Home Assistant to connect to the pyLoad service provided by the app: {addon}?",
"title": "pyLoad via Home Assistant app"
},
"reauth_confirm": {
"data": {