diff --git a/cast/src/receiver/layout/hc-main.ts b/cast/src/receiver/layout/hc-main.ts index fa84d8d2ef..cb5773b416 100644 --- a/cast/src/receiver/layout/hc-main.ts +++ b/cast/src/receiver/layout/hc-main.ts @@ -172,6 +172,9 @@ export class HcMain extends HassElement { return; } if (!this._unsubLovelace || this._urlPath !== msg.urlPath) { + if (msg.urlPath === "lovelace") { + msg.urlPath = null; + } this._urlPath = msg.urlPath; if (this._unsubLovelace) { this._unsubLovelace();