You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the current position of the slider would be "100 - <current_position cover position>"
updating the cover position would be "100 - <current_position of slider>"
It is similar to request #162 but this request does not aim to support "wrong" behaviour of covers, but to give the possibility to change the behaviour of the slider itself.
This inverted behaviour makes more sense from the cover visibility point of view:
When cover is fully open then it means that the cover is not visible (= 0).
When the cover is closed then it means that the cover is fully visible (= 100).
It seems that pull request #134 is doing what I am requesting.
The text was updated successfully, but these errors were encountered:
Option "dir" will just mirror the slider but the values are all the same and you have to move the slider from right to left. This is a weird behaviour.
I have covers that are closed with value 0 and open with value 100 (they are following definitions at https://developers.home-assistant.io/docs/core/entity/cover/#platform-properties-to-be-implemented-by-deriving-platform-classes).
I would like to see when moving the slider to the right that the cover is not opening but closing.
So if an invert option is active then:
It is similar to request #162 but this request does not aim to support "wrong" behaviour of covers, but to give the possibility to change the behaviour of the slider itself.
This inverted behaviour makes more sense from the cover visibility point of view:
When cover is fully open then it means that the cover is not visible (= 0).
When the cover is closed then it means that the cover is fully visible (= 100).
It seems that pull request #134 is doing what I am requesting.
The text was updated successfully, but these errors were encountered: