diff --git a/homeassistant/components/pyload/config_flow.py b/homeassistant/components/pyload/config_flow.py index 4a071921938..9eea0e07a73 100644 --- a/homeassistant/components/pyload/config_flow.py +++ b/homeassistant/components/pyload/config_flow.py @@ -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. """ diff --git a/homeassistant/components/pyload/strings.json b/homeassistant/components/pyload/strings.json index 6a13edb709f..bfa7d40599c 100644 --- a/homeassistant/components/pyload/strings.json +++ b/homeassistant/components/pyload/strings.json @@ -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": {