diff --git a/src/panels/config/integrations/ha-config-entry-row.ts b/src/panels/config/integrations/ha-config-entry-row.ts
index 2d1c80a3fe..9fd08a91a1 100644
--- a/src/panels/config/integrations/ha-config-entry-row.ts
+++ b/src/panels/config/integrations/ha-config-entry-row.ts
@@ -405,47 +405,52 @@ class HaConfigEntryRow extends LitElement {
${this._expanded
? subEntries.length
- ? html`
-
-
+
-
- ${this.hass.localize(
- "ui.panel.config.integrations.config_entry.devices_without_subentry"
- )}
-
- ${this._devicesExpanded
- ? ownDevices.map(
- (device) =>
- html``
- )
- : nothing}
-
- ${subEntries.map(
- (subEntry) => html`
-
- `
- )}`
+
+
+ ${this.hass.localize(
+ "ui.panel.config.integrations.config_entry.devices_without_subentry"
+ )}
+
+ ${this._devicesExpanded
+ ? ownDevices.map(
+ (device) =>
+ html``
+ )
+ : nothing}
+ `
+ : nothing}
+ ${subEntries.map(
+ (subEntry) => html`
+
+ `
+ )}`
: html`
${ownDevices.map(
(device) =>
diff --git a/src/panels/config/integrations/ha-config-integration-page.ts b/src/panels/config/integrations/ha-config-integration-page.ts
index 50334c6664..e3101c63ce 100644
--- a/src/panels/config/integrations/ha-config-integration-page.ts
+++ b/src/panels/config/integrations/ha-config-integration-page.ts
@@ -541,8 +541,9 @@ class HaConfigIntegrationPage extends SubscribeMixin(LitElement) {
${this.hass.localize("ui.common.disable")}
+ ${this.hass.localize("ui.common.disable")}
+
`
: nothing}