From ed8b07b7e200f255f0e1d143036158404ac438eb Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Mon, 3 Oct 2022 19:29:55 +0200 Subject: [PATCH] Render automation description as Markdown (#13975) --- src/panels/config/automation/manual-automation-editor.ts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/panels/config/automation/manual-automation-editor.ts b/src/panels/config/automation/manual-automation-editor.ts index 0ef9d6b166..59fc55b3ce 100644 --- a/src/panels/config/automation/manual-automation-editor.ts +++ b/src/panels/config/automation/manual-automation-editor.ts @@ -81,7 +81,11 @@ export class HaManualAutomationEditor extends LitElement { ` : ""} ${this.config.description - ? html`

${this.config.description}

` + ? html`` : ""}