From 1f6e7b032ab34f7f7738beaf9130e2dfd5dd574a Mon Sep 17 00:00:00 2001 From: Blackymas <41958506+Blackymas@users.noreply.github.com> Date: Mon, 24 Oct 2022 22:00:22 +0200 Subject: [PATCH] Update BETA_blueprint.yaml --- BETA Version/BETA_blueprint.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/BETA Version/BETA_blueprint.yaml b/BETA Version/BETA_blueprint.yaml index 63c9c22..caa1d62 100644 --- a/BETA Version/BETA_blueprint.yaml +++ b/BETA Version/BETA_blueprint.yaml @@ -1773,6 +1773,8 @@ action: - condition: template value_template: '{{ states(entity_long) == "open" }}' then: + - delay: + milliseconds: 250 - service: "{{ command_printf }}" data: cmd: coversettings.cover_status.pic={{ cover_pic_open }} @@ -1780,6 +1782,8 @@ action: - condition: template value_template: '{{ states(entity_long) == "closed" }}' then: + - delay: + milliseconds: 250 - service: "{{ command_printf }}" data: cmd: coversettings.cover_status.pic={{ cover_pic_closed }}