-
Notifications
You must be signed in to change notification settings - Fork 8
Description
Hello,
First of all, thanks a lot for the AirSend integration, it works great!
I have two requests regarding covers (stores / shade sails):
-
Invert position option
For devices like shade sails or projector screens, the open/close logic is reversed compared to standard roller shutters.
Example:- Sail up = closed
- Sail down = open
An option likeinvert_position: truewould solve this easily (similar toinvert_open_closeinmqtt.cover).
-
Percentage support (if possible)
Some AirSend devices support a "pseudo position feedback" based on the duration of opening/closing.
Would it be possible to expose this as acurrent_positionattribute in Home Assistant, so the user could use a percentage slider?
This would allow more precise control (e.g. 30 % shade).
If AirSend hardware does not expose any state feedback, I totally understand, but if the API already provides timing-based estimation, it would be great to have it in Home Assistant.
Thanks a lot