diff --git a/src/panels/lovelace/editor/config-elements/hui-grid-card-editor.ts b/src/panels/lovelace/editor/config-elements/hui-grid-card-editor.ts index b683e8e13e..6105a3fa16 100644 --- a/src/panels/lovelace/editor/config-elements/hui-grid-card-editor.ts +++ b/src/panels/lovelace/editor/config-elements/hui-grid-card-editor.ts @@ -33,6 +33,10 @@ const SCHEMA = [ type: "grid", name: "", schema: [ + { + name: "title", + selector: { text: {} }, + }, { name: "columns", default: DEFAULT_COLUMNS, diff --git a/src/translations/en.json b/src/translations/en.json index 08e3980d54..c7254e73c9 100644 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -5224,6 +5224,7 @@ "grid": { "name": "Grid", "description": "The Grid card allows you to show multiple cards in a grid.", + "title": "Title", "columns": "Columns", "square": "Render cards as squares" },