Didn’t work
mushroom-cover-position-control$: |
mushroom-slider {
{% if states ('cover.shellyswitch25_68c63af92f48') == 'open'%}
--slider-bg-color: #89DF83!important;
{% else %}
--slider-bg-color: #FF483F!important;
{% endif %}
{% if states ('cover.shellyswitch25_68c63af92f48') == 'opening'%}
--slider-bg-color: #89DF83!important;
{% endif %}
{% if state_attr ('cover.shellyswitch25_68c63af92f48', 'current_position') == 100 %}
--slider-color: #89DF83!important;
{% else %}
--slider-color: #B9B7B7!important;
{% endif %}
mushroom-slider$: |
.slider {
width: 120px!important;
}