From 7c74a2026a61f665ca7d80065ce9851231c86ca3 Mon Sep 17 00:00:00 2001 From: Bram Kragten Date: Tue, 8 Dec 2020 11:47:30 +0100 Subject: [PATCH] Correct tabs helpers page (#7928) Fixes https://github.com/home-assistant/frontend/issues/7926 --- src/panels/config/helpers/ha-config-helpers.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}