Homeassistant playlists are loaded incorrectly

hello,

I created playlists in wled, here for example one with a wipe effect and then immediately with a solid effect.

{"playlist":{"ps":[2],"dur":[32],"transition":[7],"repeat":1,"r":false,"end":10},"on":true}

This works perfectly under wled, but if I call up the playlist with this command in HA then it starts the wipe effect but only repeats it over and over again, which means the playlist is not loaded correctly, or am I doing something wrong?

service: select.select_option
target:
  entity_id: select.wled_playlist
data:
  option: wipe_UP_1st_playlist

After a 3 restarts of HA it works now, sry, the thread can be deleted.