Update BETA_blueprint.yaml

This commit is contained in:
Blackymas
2022-10-24 22:00:22 +02:00
committed by GitHub
parent 40aae3471f
commit 1f6e7b032a

View File

@@ -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 }}