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 2fef6124ed..1064d41b36 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 @@ -82,14 +82,16 @@ class DialogConfigEntrySystemOptions extends LitElement { .disabled=${this._submitting} >
+ ${this.hass.localize( + "ui.dialogs.config_entry_system_options.enable_new_entities_label" + )} +
++ ${this.hass.localize( + "ui.dialogs.config_entry_system_options.enable_new_entities_description" + )} +