Hello.
Home Assistant has a cover entity type that is suitable for many things such as blinds or garage doors. However, as far as I can see it only defines 4 states: open, closed, opening and closing, but not the state “stopped in the middle”. When the cover is stopped by request, it is considered to be either open or closed depending on the moving direction before the request.
The device I have could be in those 5 states, and I want action “open” to be available if the current state is either “stopped”, “closing” or “closed”, action “stop” to be available if the current state is either “opening” or “closing”, and for action “close” analogously as for “open”.
Are there any built-in or community developed entity type that supports the 5 states, preferably with MQTT platform implementation and UI cards?
Thanks!