diff --git a/src/panels/config/helpers/ha-config-helpers.ts b/src/panels/config/helpers/ha-config-helpers.ts index 5c0fea1581..d22a37da25 100644 --- a/src/panels/config/helpers/ha-config-helpers.ts +++ b/src/panels/config/helpers/ha-config-helpers.ts @@ -148,7 +148,7 @@ export class HaConfigHelpers extends LitElement { .narrow=${this.narrow} back-path="/config" .route=${this.route} - .tabs=${configSections.automation} + .tabs=${configSections.helpers} .columns=${this._columns(this.narrow, this.hass.language)} .data=${this._getItems(this._stateItems)} @row-click=${this._openEditDialog}