diff --git a/src/dialogs/config-entry-system-options/dialog-config-entry-system-options.ts b/src/dialogs/config-entry-system-options/dialog-config-entry-system-options.ts
index 284f1707a9..afd1c6f159 100644
--- a/src/dialogs/config-entry-system-options/dialog-config-entry-system-options.ts
+++ b/src/dialogs/config-entry-system-options/dialog-config-entry-system-options.ts
@@ -86,33 +86,30 @@ class DialogConfigEntrySystemOptions extends LitElement {
dialogInitialFocus
>
- ${this._allowUpdatePolling()
- ? html`
-
- ${this.hass.localize( - "ui.dialogs.config_entry_system_options.enable_polling_description", - "integration", - this.hass.localize( - `component.${this._params.entry.domain}.title` - ) || this._params.entry.domain - )} -
`} - .dir=${computeRTLDirection(this.hass)} - > -+ ${this.hass.localize( + "ui.dialogs.config_entry_system_options.enable_polling_description", + "integration", + this.hass.localize( + `component.${this._params.entry.domain}.title` + ) || this._params.entry.domain + )} +
`} + .dir=${computeRTLDirection(this.hass)} + > +