diff --git a/BETA Version/BETA_blueprint.yaml b/BETA Version/BETA_blueprint.yaml index 4b6710c..81fed53 100644 --- a/BETA Version/BETA_blueprint.yaml +++ b/BETA Version/BETA_blueprint.yaml @@ -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" }}'