diff --git a/src/dialogs/config-flow/step-flow-pick-handler.ts b/src/dialogs/config-flow/step-flow-pick-handler.ts index ef60141ba2..6eaa5a5b01 100644 --- a/src/dialogs/config-flow/step-flow-pick-handler.ts +++ b/src/dialogs/config-flow/step-flow-pick-handler.ts @@ -79,6 +79,18 @@ class StepFlowPickHandler extends LitElement { ` )} +

+ ${this.hass.localize( + "ui.panel.config.integrations.note_about_integrations" + )}
+ ${this.hass.localize( + "ui.panel.config.integrations.note_about_website_reference" + )}${this.hass.localize( + "ui.panel.config.integrations.home_assistant_website" + )}. +

`; } @@ -119,6 +131,9 @@ class StepFlowPickHandler extends LitElement { paper-item { cursor: pointer; } + p { + text-align: center; + } `; } } diff --git a/src/translations/en.json b/src/translations/en.json index d18a2448ea..96fd75e38b 100755 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -1164,6 +1164,9 @@ "discovered": "Discovered", "configured": "Configured", "new": "Set up a new integration", + "note_about_integrations": "Not all integrations can be configured via the UI yet.", + "note_about_website_reference": "More are available on the ", + "home_assistant_website": "Home Assistant website", "configure": "Configure", "none": "Nothing configured yet", "config_entry": {