Update BETA_blueprint.yaml
This commit is contained in:
@@ -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" }}'
|
||||
|
||||
Reference in New Issue
Block a user