KNX Cover - Force to use move_long_address

Hello,

In my KNX programming, I have temporarily blocked the absolute position of all roller shutters, depending on the application.
Only the relative position is always allowed.
Is there a way to force Home Assistant to use “move_long_address” instead of “position_address” in the automations?
I would be reluctant to create a new entity with just “move_long_address”, for example.

You can just use knx.send in automations.

Thanks for the good tip. I’m afraid I didn’t think of that myself.

It’s not particularly nice, but it’s fine for a few special cases that always need to work, like antifreeze.

Thank you so much!