Command_line cover stopped working after last update HA Core

Hi,

I have updated to the last version of HA. Now my command-line cover stopped working. Can anybody help me with this:

#Gordijnen
cover:
  - platform: command_line #http://192.168.0.xxx/io.cgi?DOA8=20
    covers:
      gordijn_achter:
        unique_id: 202306051802001
        command_open: "/usr/bin/curl -u admin:xxxxxx -X GET 'http://192.168.0.xxx/io.cgi?DOA1=20'"
        command_close: "/usr/bin/curl -u admin:xxxxxx -X GET 'http://192.168.0.xxx/io.cgi?DOA3=20'"
        command_stop: "/usr/bin/curl -u admin:xxxxxx -X GET 'http://192.168.0.xxx/io.cgi?DOA2=20'"
        friendly_name: Gordijn achter
        value_template: "{{ '1' in value }}"