Cover - command line - can't stop in middle position- 0.106 and later

HI… I’m running HA 0,105,5 on raspbian … I’d like to upgrade to current latest version but since I’m running cover under command line I need to stay with 105.5…The problem with 106 and later is that it is impossible to execute stop command while cover is moving. In other word I can only open or close completely my shutters…there is no way you stop somewhere in the middle position. It seems that python script used for I2C control has to be finished in order to run another ones …

is. in my config.yaml.

  • platform: command_line
    covers:
    kuchnia_male:
    command_open: python2 /home/pi/python/r1_up.py
    command_close: python2 /home/pi/python/r1_down.py
    command_stop: python2 /home/pi/python/rolety_off.py

Is there any connection with 106 and my issue???