Merge branch 'rc' into dev

This commit is contained in:
Bram Kragten 2024-02-28 16:50:23 +01:00
commit 2efe2589d2
2 changed files with 2 additions and 2 deletions

View File

@ -270,7 +270,7 @@ export class HcMain extends HassElement {
}
this._error = undefined;
if (msg.urlPath === "lovelace") {
if (msg.urlPath === "lovelace" || msg.urlPath === undefined) {
msg.urlPath = null;
}
this._lovelacePath = msg.viewPath;

View File

@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "home-assistant-frontend"
version = "20240207.0"
version = "20240207.1"
license = {text = "Apache-2.0"}
description = "The Home Assistant frontend"
readme = "README.md"