Fix default path for demo

This commit is contained in:
Bram Kragten 2020-03-30 21:20:06 +02:00
parent 6995968d50
commit 5dcea51712

View File

@ -86,7 +86,7 @@ export class HomeAssistantAppEl extends HassElement {
this._route === undefined &&
(route.path === "" || route.path === "/")
) {
navigate(window, getStorageDefaultPanelUrlPath(), true);
navigate(window, `/${getStorageDefaultPanelUrlPath()}`, true);
return;
}