From c61b24c87aa85c94914e9c561448fe0d25a3486f Mon Sep 17 00:00:00 2001 From: Simon Lamon <32477463+silamon@users.noreply.github.com> Date: Sat, 28 Sep 2024 05:34:15 +0000 Subject: [PATCH] Fixup gallery --- gallery/src/pages/automation/describe-action.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gallery/src/pages/automation/describe-action.ts b/gallery/src/pages/automation/describe-action.ts index d49527337c79..f15f8782f609 100644 --- a/gallery/src/pages/automation/describe-action.ts +++ b/gallery/src/pages/automation/describe-action.ts @@ -142,7 +142,7 @@ export class DemoAutomationDescribeAction extends LitElement {
${this._action - ? describeAction(this.hass, [], [], [], this._action) + ? describeAction(this.hass, [], [], this._action) : ""} html`
- ${describeAction(this.hass, [], [], [], conf as any)} + ${describeAction(this.hass, [], [], conf as any)}
${dump(conf)}
`