diff --git a/src/panels/lovelace/hui-root.ts b/src/panels/lovelace/hui-root.ts index 8be38c4122..cb87895aaa 100644 --- a/src/panels/lovelace/hui-root.ts +++ b/src/panels/lovelace/hui-root.ts @@ -195,11 +195,15 @@ class HUIRoot extends LitElement { > ` : ""} - ${this.hass!.localize( - "ui.panel.lovelace.menu.unused_entities" - )} + ${__DEMO__ /* No unused entities available in the demo */ + ? "" + : html` + + ${this.hass!.localize( + "ui.panel.lovelace.menu.unused_entities" + )} + + `} ${this.hass!.localize( "ui.panel.lovelace.menu.configure_ui"