From c5ec1797f682bf8f3fde6de90c9d3031448b8533 Mon Sep 17 00:00:00 2001 From: Bram Kragten Date: Wed, 16 Nov 2022 17:53:46 +0100 Subject: [PATCH] Dont use lovelace in new dashboard urls (#14395) --- .../lovelace/dashboards/dialog-lovelace-dashboard-detail.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/panels/config/lovelace/dashboards/dialog-lovelace-dashboard-detail.ts b/src/panels/config/lovelace/dashboards/dialog-lovelace-dashboard-detail.ts index ce19e0b026..fdf95e6351 100644 --- a/src/panels/config/lovelace/dashboards/dialog-lovelace-dashboard-detail.ts +++ b/src/panels/config/lovelace/dashboards/dialog-lovelace-dashboard-detail.ts @@ -248,7 +248,7 @@ export class DialogLovelaceDashboardDetail extends LitElement { ...this._data, url_path: slugifyTitle.includes("-") ? slugifyTitle - : `lovelace-${slugifyTitle}`, + : `dashboard-${slugifyTitle}`, }; }