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 Wyoming discovery flow (#161721)

This commit is contained in:
Manu
2026-01-28 18:51:31 +01:00
committed by GitHub
parent 782f7af332
commit 399b7f6223
2 changed files with 2 additions and 2 deletions

View File

@@ -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()

View File

@@ -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": {