+ ${this.hass.localize("ui.panel.page-demo.cards.demo.introduction")} +
+ ${until( + selectedDemoConfig.then((conf) => { + if (typeof conf.description === "function") { + return conf.description(this.hass.localize); + } + if (conf.description) { + return html`${conf.description}
`; + } + return nothing; + }), + nothing + )}