1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-24 20:55:49 +00:00

Merge branch 'rc' into dev

This commit is contained in:
Bram Kragten
2024-02-28 16:50:23 +01:00
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"