From 399b7f62237192b67976b7a63a532680c0008b6f Mon Sep 17 00:00:00 2001 From: Manu <4445816+tr4nt0r@users.noreply.github.com> Date: Wed, 28 Jan 2026 18:51:31 +0100 Subject: [PATCH] Rename add-on to app in Wyoming discovery flow (#161721) --- homeassistant/components/wyoming/config_flow.py | 2 +- homeassistant/components/wyoming/strings.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/wyoming/config_flow.py b/homeassistant/components/wyoming/config_flow.py index bbc7676aab4..2fa73b430dd 100644 --- a/homeassistant/components/wyoming/config_flow.py +++ b/homeassistant/components/wyoming/config_flow.py @@ -64,7 +64,7 @@ class WyomingConfigFlow(ConfigFlow, domain=DOMAIN): async def async_step_hassio( self, discovery_info: HassioServiceInfo ) -> ConfigFlowResult: - """Handle Supervisor add-on discovery.""" + """Handle Supervisor app discovery.""" _LOGGER.debug("Supervisor discovery info: %s", discovery_info) await self.async_set_unique_id(discovery_info.uuid) self._abort_if_unique_id_configured() diff --git a/homeassistant/components/wyoming/strings.json b/homeassistant/components/wyoming/strings.json index b8fb3fad5f1..3594ecdf188 100644 --- a/homeassistant/components/wyoming/strings.json +++ b/homeassistant/components/wyoming/strings.json @@ -10,7 +10,7 @@ }, "step": { "hassio_confirm": { - "description": "Do you want to configure Home Assistant to connect to the Wyoming service provided by the add-on: {addon}?" + "description": "Do you want to configure Home Assistant to connect to the Wyoming service provided by the app: {addon}?" }, "user": { "data": {