From 37f73fd52734f9428b860ff2d87b63d228f624ed Mon Sep 17 00:00:00 2001 From: Blackymas <41958506+Blackymas@users.noreply.github.com> Date: Tue, 25 Oct 2022 00:06:49 +0200 Subject: [PATCH] Update BETA_blueprint.yaml --- BETA Version/BETA_blueprint.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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" }}'