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