Update BETA_blueprint.yaml
This commit is contained in:
@@ -1773,6 +1773,8 @@ action:
|
|||||||
- condition: template
|
- condition: template
|
||||||
value_template: '{{ states(entity_long) == "open" }}'
|
value_template: '{{ states(entity_long) == "open" }}'
|
||||||
then:
|
then:
|
||||||
|
- delay:
|
||||||
|
milliseconds: 250
|
||||||
- service: "{{ command_printf }}"
|
- service: "{{ command_printf }}"
|
||||||
data:
|
data:
|
||||||
cmd: coversettings.cover_status.pic={{ cover_pic_open }}
|
cmd: coversettings.cover_status.pic={{ cover_pic_open }}
|
||||||
@@ -1780,6 +1782,8 @@ action:
|
|||||||
- condition: template
|
- condition: template
|
||||||
value_template: '{{ states(entity_long) == "closed" }}'
|
value_template: '{{ states(entity_long) == "closed" }}'
|
||||||
then:
|
then:
|
||||||
|
- delay:
|
||||||
|
milliseconds: 250
|
||||||
- service: "{{ command_printf }}"
|
- service: "{{ command_printf }}"
|
||||||
data:
|
data:
|
||||||
cmd: coversettings.cover_status.pic={{ cover_pic_closed }}
|
cmd: coversettings.cover_status.pic={{ cover_pic_closed }}
|
||||||
|
|||||||
Reference in New Issue
Block a user