From 057d24a22766d39c8215059d51ca1908133433df Mon Sep 17 00:00:00 2001 From: Manu <4445816+tr4nt0r@users.noreply.github.com> Date: Tue, 27 Jan 2026 21:47:37 +0100 Subject: [PATCH] Rename add-on to app in pyLoad (#161693) --- homeassistant/components/pyload/config_flow.py | 2 +- homeassistant/components/pyload/strings.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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": {