mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +00:00
Markdown feature parity for blueprint scripts vs automations (#16250)
This commit is contained in:
parent
62ed1d54b0
commit
ce8fc17ef8
@ -102,7 +102,12 @@ export class HaBlueprintScriptEditor extends LitElement {
|
||||
([key, value]) =>
|
||||
html`<ha-settings-row .narrow=${this.narrow}>
|
||||
<span slot="heading">${value?.name || key}</span>
|
||||
<span slot="description">${value?.description}</span>
|
||||
<ha-markdown
|
||||
slot="description"
|
||||
class="card-content"
|
||||
breaks
|
||||
.content=${value?.description}
|
||||
></ha-markdown>
|
||||
${value?.selector
|
||||
? html`<ha-selector
|
||||
.hass=${this.hass}
|
||||
|
Loading…
x
Reference in New Issue
Block a user