diff --git a/src/panels/config/integrations/ha-config-integration-page.ts b/src/panels/config/integrations/ha-config-integration-page.ts index 2764832b6f..97bd2204d1 100644 --- a/src/panels/config/integrations/ha-config-integration-page.ts +++ b/src/panels/config/integrations/ha-config-integration-page.ts @@ -15,7 +15,6 @@ import { mdiOpenInNew, mdiPackageVariant, mdiPlayCircleOutline, - mdiPlus, mdiProgressHelper, mdiReload, mdiReloadAlert, @@ -237,7 +236,7 @@ class HaConfigIntegrationPage extends SubscribeMixin(LitElement) { >
- +
${normalEntries.map((item) => this._renderConfigEntry(item))} +
+ + ${this.hass.localize( + "ui.panel.config.integrations.integration_page.add_entry" + )} + +
- - - `; } @@ -1182,7 +1177,7 @@ class HaConfigIntegrationPage extends SubscribeMixin(LitElement) { display: flex; justify-content: center; } - .card-actions { + .overview .card-actions { padding: 0; } img { diff --git a/src/translations/en.json b/src/translations/en.json index a0e763a48c..3770173a1e 100755 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -3253,7 +3253,7 @@ "entries": "Integration entries", "no_entries": "No entries", "attention_entries": "Needs attention", - "add": "Add {integration}" + "add_entry": "Add entry" }, "config_entry": { "application_credentials": {