From 2b6cf55638b4e0a572da0e3c1f9557e37b8882f0 Mon Sep 17 00:00:00 2001 From: Paul Bottein Date: Fri, 9 Jun 2023 16:38:01 +0200 Subject: [PATCH] Add paste to else automation action (#16840) --- .../config/automation/action/types/ha-automation-action-if.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/panels/config/automation/action/types/ha-automation-action-if.ts b/src/panels/config/automation/action/types/ha-automation-action-if.ts index 5ead09f792..c49b9ef287 100644 --- a/src/panels/config/automation/action/types/ha-automation-action-if.ts +++ b/src/panels/config/automation/action/types/ha-automation-action-if.ts @@ -77,6 +77,7 @@ export class HaIfAction extends LitElement implements ActionElement { .reOrderMode=${this.reOrderMode} .disabled=${this.disabled} @value-changed=${this._elseChanged} + .clipboard=${this.clipboard} .hass=${this.hass} > `