Update BETA_blueprint.yaml

This commit is contained in:
Blackymas
2022-10-25 00:06:49 +02:00
committed by GitHub
parent 1822968794
commit 37f73fd527

View File

@@ -1840,10 +1840,11 @@ action:
data:
component: coversettings.cover_value
message: '{{ (state_attr(entity_long, "current_position") | int ) |round(0) }} %'
- service: "{{ command_value }}"
data:
component: coversettings.coverslider
message: '{{ (state_attr(entity_long, "current_position") | int ) |round(0) }}'
##### Change - If the slider should also be synchronized when the coversetting page is open and something is changed in HA - causes flickering #####
# - service: "{{ command_value }}"
# data:
# component: coversettings.coverslider
# message: '{{ (state_attr(entity_long, "current_position") | int ) |round(0) }}'
- if:
- condition: template
value_template: '{{ states(entity_long) == "open" }}'