Remove default title for new dashboards (#29259)

This commit is contained in:
Paul Bottein 2026-01-29 17:05:44 +01:00 committed by GitHub
parent 01f5df6671
commit c1bab376c8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 0 additions and 2 deletions

View File

@ -8,6 +8,5 @@ export const generateDefaultView = (
) =>
({
type: "sections",
title: localize("ui.panel.lovelace.editor.default_view_title"),
sections: [generateDefaultSection(localize, includeHeading)],
}) as LovelaceViewConfig;

View File

@ -8143,7 +8143,6 @@
},
"editor": {
"header": "Edit UI",
"default_view_title": "Home",
"yaml_unsupported": "The edit UI is not available when in YAML mode.",
"undo_redo_failed_to_apply_changes": "Unable to apply changes: {error}",
"menu": {