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:
@@ -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.
|
||||
"""
|
||||
|
||||
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user