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