From 9461634670588c628dec568f91c5d7f6f4b64fae Mon Sep 17 00:00:00 2001 From: Paul Bottein Date: Fri, 18 Jul 2025 16:00:02 +0200 Subject: [PATCH] Fix interactions translation in area card editor (#26218) --- .../lovelace/editor/config-elements/hui-area-card-editor.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/panels/lovelace/editor/config-elements/hui-area-card-editor.ts b/src/panels/lovelace/editor/config-elements/hui-area-card-editor.ts index d0c20791e2..4f1a94c6e6 100644 --- a/src/panels/lovelace/editor/config-elements/hui-area-card-editor.ts +++ b/src/panels/lovelace/editor/config-elements/hui-area-card-editor.ts @@ -495,6 +495,7 @@ export class HuiAreaCardEditor case "name": case "camera_view": case "content": + case "interactions": return this.hass!.localize( `ui.panel.lovelace.editor.card.generic.${schema.name}` ); @@ -502,7 +503,6 @@ export class HuiAreaCardEditor return this.hass!.localize( "ui.panel.lovelace.editor.action-editor.navigation_path" ); - case "interactions": case "features_position": return this.hass!.localize( `ui.panel.lovelace.editor.card.tile.${schema.name}`