From 58d94da8b3f63f230f9126e256fdb16b16d134df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20Valli=C3=A8res?= Date: Wed, 20 Apr 2022 09:36:18 -0400 Subject: [PATCH] Adding blueprint input description markdown/multi-line support (#12291) --- .../config/automation/blueprint-automation-editor.ts | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/panels/config/automation/blueprint-automation-editor.ts b/src/panels/config/automation/blueprint-automation-editor.ts index 37b08264de..0c5da1c822 100644 --- a/src/panels/config/automation/blueprint-automation-editor.ts +++ b/src/panels/config/automation/blueprint-automation-editor.ts @@ -188,7 +188,12 @@ export class HaBlueprintAutomationEditor extends LitElement { ([key, value]) => html` ${value?.name || key} - ${value?.description} + ${value?.selector ? html`