diff --git a/src/panels/lovelace/hui-root.ts b/src/panels/lovelace/hui-root.ts index d2c2a1a6b7..731b9a2fd4 100644 --- a/src/panels/lovelace/hui-root.ts +++ b/src/panels/lovelace/hui-root.ts @@ -551,7 +551,7 @@ class HUIRoot extends LitElement { let newSelectView; let force = false; - const viewPath = this.route!.path.split("/")[1]; + const viewPath = decodeURI(this.route!.path.split("/")[1]); if (changedProperties.has("route")) { const views = this.config.views;