From 2099259393bdbd65da44de0f030d99155ca6a978 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Fri, 22 Apr 2022 03:32:25 +0200 Subject: [PATCH] Use template selector in wait_template (#12366) --- .../action/types/ha-automation-action-wait_template.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/panels/config/automation/action/types/ha-automation-action-wait_template.ts b/src/panels/config/automation/action/types/ha-automation-action-wait_template.ts index 423c0f224c..17c28ab665 100644 --- a/src/panels/config/automation/action/types/ha-automation-action-wait_template.ts +++ b/src/panels/config/automation/action/types/ha-automation-action-wait_template.ts @@ -10,9 +10,7 @@ const SCHEMA: HaFormSchema[] = [ { name: "wait_template", selector: { - text: { - multiline: true, - }, + template: {}, }, }, {