I created a template for my awnings.
The opening and closing position is managed by a door contact while the descent and ascent are managed by two scripts.
Is it possible to invert the arrows of the entity so that when it is closed as in the picture, the downward one is active to let the awnings come down?
I want that when binary_sensor.tenda_sole_cucina_contact is off the cover is close, ad when in is close position is active the down arrow to bring it down.
I have set value_template: “{{ is_state(‘binary_sensor.tenda_sole_cucina_contact’, ‘on’) }}” and i have this:
The cover is correctly closed when the contact is off but I want the down arrow to be active in this position to open the curtains and not the up arrow.
Maybe, instead of changing the arrow symbols, you could reverse the name of the awning?
Instead of
“awning closed” = fully rolled up, not blocking the sun,
you could call it
“sunlight blocked” = fully rolled down, sun shaded
What i mean is, find a concept that describes the icons better. The text label which people see does not have to directly represent what the automation is doing …