Vane control for Climate integrations

My Mitsubishi heat pump has a vane angle control on the remote.
Swing mode is not a control but rather, one of the possible states of the Vane.
The esphome mitsubishi heat pump integrations sets the vane to a fixed (undesirable) position whenever Swing_Mode is set to OFF.
The SwiCago libraries for the Mitsubishi heat pump properly define the Vane control, but there is currently no way to implement them because there is no trait to control the vane mode in HA.
It would be nice to have a vane_mode control that contains at least the following modes (from the SwiCago library):

`const char* VANE_MAP[7]        = {"AUTO", "1", "2", "3", "4", "5", "SWING"};`

Were you ever able to get this resolved? I’m looking for the same thing.

Bumping this thread… would love to control the vane from HA

+1 for this request.
I have just begun to discover the climate integration and this really is missing. I don‘t know how the IR Climate is handling this but I suppose it is missing there as well.

At least I suppose it should be handled like the other climate integrations of HA.

We are talking about ESPHome here, right?